Differences From Artifact [0a5deb8560]:
- File tests/test_vectors/Hash/SHAKE128.txt — part of check-in [25db067636] at 2023-12-19 05:53:21 on branch crypto — Added test vectors files for hash functions. Added test files and make script to generate TCL test cases from test vector files. These files come from NIST, IETC, etc. documents, examples, etc. (user: bohagan, size: 451) [annotate] [blame] [check-ins using]
To Artifact [42be99e84a]:
- File tests/test_vectors/Hash/SHAKE128.txt — part of check-in [c0f29458a6] at 2024-03-14 00:30:32 on branch crypto — Updated SHAKE128 and SHAKE256 test cases (user: bohagan, size: 487) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | + + + | # SHAKE128 # From https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values # and FIPS 202 [L = 32] Len = 0 Msg = "" MD = 7f9c2ba4e88f827d616045507605853ed73b8093f6efbc88eb1a6eacfa66ef26 Length = 32 Len = 43 Msg = "The quick brown fox jumps over the lazy dog" MD = f4202e3c5852f9182a0430fd8144f0a74b95e7417ecae17db0f8cfeed0e3e66e Length = 32 Len = 200 Repeat = 200 Msg = a3 MD = 131ab8d2b594946b9c81333f9bb6e0ce75c3b93104fa3469d3917457385da037 Length = 32 |