diff --git a/util/fipstools/acvp/ACVP.md b/util/fipstools/acvp/ACVP.md index 79cf9c864..9b8f9bc98 100644 --- a/util/fipstools/acvp/ACVP.md +++ b/util/fipstools/acvp/ACVP.md @@ -94,7 +94,7 @@ The other commands are as follows. (Note that you only need to implement the com | hmacDRBG/<HASH>| Output length, entropy, personalisation, ad1, ad2, nonce | Output | | hmacDRBG-reseed/<HASH>| Output length, entropy, personalisation, reseedAD, reseedEntropy, ad1, ad2, nonce | Output | | hmacDRBG-pr/<HASH>| Output length, entropy, personalisation, ad1, entropy1, ad2, entropy2, nonce | Output | -| KDF-counter | Number output bytes, PRF name, counter location string, key, number of counter bits | Counter, output | +| KDF-counter | Number output bytes, PRF name, counter location string, key (or empty), number of counter bits | key, counter, derived key | | RSA/keyGen | Modulus bit-size | e, p, q, n, d | | RSA/sigGen/<HASH>/pkcs1v1.5 | Modulus bit-size | n, e, signature | | RSA/sigGen/<HASH>/pss | Modulus bit-size | n, e, signature |