Differences From Artifact [5be182bd51]:
- File tests/test_vectors/Hash/SHA3-224.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: 977) [annotate] [blame] [check-ins using]
To Artifact [0a9192723b]:
- File tests/test_vectors/Hash/SHA3-224.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: 987) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | # SHA3-224 # From https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values [L = 28] Len = 0 Msg = "" MD = 6b4e03423667dbb73b6e15454f0eb1abd4597f9a1b078e3f5b5a6bc7 Len = 200 | > | 1 2 3 4 5 6 7 8 9 10 11 | # SHA3-224 # From https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values [b = 144] [L = 28] Len = 0 Msg = "" MD = 6b4e03423667dbb73b6e15454f0eb1abd4597f9a1b078e3f5b5a6bc7 Len = 200 |
︙ | ︙ |