mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
fix: minor typos
This commit is contained in:
@@ -968,12 +968,11 @@ static WOLFSSL_TEST_SUBROUTINE wc_test_ret_t nist_sp80056c_kdf_test(void)
|
|||||||
byte output[SP800_56C_MAX_OUT];
|
byte output[SP800_56C_MAX_OUT];
|
||||||
word32 i;
|
word32 i;
|
||||||
int ret;
|
int ret;
|
||||||
|
/* vectors from
|
||||||
|
* https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values
|
||||||
|
*
|
||||||
|
* (KeyManagement) */
|
||||||
struct sp800_56c_test_vector vctors[] = {
|
struct sp800_56c_test_vector vctors[] = {
|
||||||
/* vectors from
|
|
||||||
* https://csrc.nist.gov/projects/
|
|
||||||
* cryptographic-standards-and-guidelines/example-values
|
|
||||||
*
|
|
||||||
* (KeyManagement) */
|
|
||||||
#if !defined(NO_SHA)
|
#if !defined(NO_SHA)
|
||||||
/* SHA-1 */
|
/* SHA-1 */
|
||||||
INIT_SP80056C_TEST_VECTOR(
|
INIT_SP80056C_TEST_VECTOR(
|
||||||
|
Reference in New Issue
Block a user