mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-10-19 07:53:49 +00:00
Fix typo from SP 800-180 to SP 800-108
This commit is contained in:
parent
942b630c18
commit
f1cefb8fd0
5 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Test vectors for NIST SP-800 180, KDF in Counter mode
|
||||
# Test vectors for NIST SP-800 108, KDF in Counter mode
|
||||
# Generated with Botan v2.19.1
|
||||
#
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
using namespace std;
|
||||
|
||||
/*
|
||||
* Generate test vectors for SP 800-180 using the Botan library.
|
||||
* Generate test vectors for SP 800-108 using the Botan library.
|
||||
*
|
||||
* Input key: 16 bytes
|
||||
* PRF: HMAC-256, HMAC-384, HMAC-512
|
||||
|
@ -74,7 +74,7 @@ int main(void)
|
|||
unsigned count = 0;
|
||||
|
||||
printf("#\n");
|
||||
printf("# Test vectors for NIST SP-800 180, KDF in Counter mode\n");
|
||||
printf("# Test vectors for NIST SP-800 108, KDF in Counter mode\n");
|
||||
printf("# Generated with Botan v%d.%d.%d\n", BOTAN_VERSION_MAJOR, BOTAN_VERSION_MINOR, BOTAN_VERSION_PATCH);
|
||||
printf("#\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue