We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5306a85 commit 8d41e68Copy full SHA for 8d41e68
1 file changed
wolfcrypt/test/test.c
@@ -968,12 +968,11 @@ static WOLFSSL_TEST_SUBROUTINE wc_test_ret_t nist_sp80056c_kdf_test(void)
968
byte output[SP800_56C_MAX_OUT];
969
word32 i;
970
int ret;
971
+ /* vectors from
972
+ * https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values
973
+ *
974
+ * (KeyManagement) */
975
struct sp800_56c_test_vector vctors[] = {
- /* vectors from
- * https://csrc.nist.gov/projects/
- * cryptographic-standards-and-guidelines/example-values
- *
976
- * (KeyManagement) */
977
#if !defined(NO_SHA)
978
/* SHA-1 */
979
INIT_SP80056C_TEST_VECTOR(
0 commit comments