Differences From Artifact [20c4ab8dd7]:
- File tests/test_vectors/Hash/SHA3-512.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: 1481) [annotate] [blame] [check-ins using]
To Artifact [abf73210ae]:
- File tests/test_vectors/Hash/SHA3-512.txt — part of check-in [feef0d0cef] at 2023-12-24 06:36:24 on branch crypto — Added MAC test vectors. Added all.tcl files to each test subdirectory so all tests run. Updated Hash and KDF test vectors to add missing cleanupTests. Corrected bug with using dash in constraints. Added constraints for ciphers, digests, and kdfs. (user: bohagan, size: 1490) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | # SHA3-512 # From https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values [L = 64] Len = 0 Msg = "" MD = a69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a615b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26 Len = 200 | > | 1 2 3 4 5 6 7 8 9 10 11 | # SHA3-512 # From https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values [b = 72] [L = 64] Len = 0 Msg = "" MD = a69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a615b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26 Len = 200 |
︙ | ︙ |