From 54035d3e82898752775dd8a15a52563a46489eef Mon Sep 17 00:00:00 2001 From: Jared Messenger Date: Mon, 7 Mar 2016 12:10:05 -0800 Subject: NIST SP 800-108 Counter Mode KDF test vectors. NIST CAVP test vectors for Counter Mode KDF using HMAC-SHA1, HMAC-SHA224, HMAC-SHA256 and HMAC-SHA512 as the PRF. --- docs/development/test-vectors.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/development') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index e4618927..5be02616 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -344,6 +344,7 @@ Key derivation functions * PBKDF2 (HMAC-SHA1) from :rfc:`6070`. * scrypt from the `draft RFC`_. * X9.63 KDF from `NIST CAVP`_. +* SP 800-108 Counter Mode KDF (HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA512) from `NIST CAVP`_. Key wrapping ~~~~~~~~~~~~ -- cgit v1.2.3 From fac4d649fe47290e403a6172bf4daded5d7d568c Mon Sep 17 00:00:00 2001 From: Jared Messenger Date: Mon, 14 Mar 2016 14:27:09 -0700 Subject: Fixing line > 79 characters, PEP8 --- docs/development/test-vectors.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/development') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 5be02616..e09f0a0c 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -344,7 +344,8 @@ Key derivation functions * PBKDF2 (HMAC-SHA1) from :rfc:`6070`. * scrypt from the `draft RFC`_. * X9.63 KDF from `NIST CAVP`_. -* SP 800-108 Counter Mode KDF (HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA512) from `NIST CAVP`_. +* SP 800-108 Counter Mode KDF (HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, + HMAC-SHA384, HMAC-SHA512) from `NIST CAVP`_. Key wrapping ~~~~~~~~~~~~ -- cgit v1.2.3