mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/sys_crypto: fix typo 'neccessary' -> 'necessary'
This commit is contained in:
parent
f23fb7db4e
commit
f3eae3d468
@ -892,7 +892,7 @@ static const size_t TEST_WYCHEPROOF_28_EXPECTED_LEN = 63;
|
||||
|
||||
|
||||
/* Manually created test vectors */
|
||||
/* This is neccessary, because no test vectors are published with input length > 256 */
|
||||
/* This is necessary, because no test vectors are published with input length > 256 */
|
||||
/* Data has been verified against BouncyCastle (.NET Core) and pycryptodome */
|
||||
|
||||
static const uint8_t TEST_MANUAL_01_KEY[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user