Differences From Artifact [49c0ce0a12]:
- File tests/test_vectors/Hash/SHA512.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: 5537) [annotate] [blame] [check-ins using]
To Artifact [6130019457]:
- File tests/test_vectors/Hash/SHA512.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: 5547) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 | + | # SHA512 # From https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values # and RFC 6234 SHA and SHA-based HMAC and HKDF [b = 128] [L = 64] Len = 0 Msg = "" MD = cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e Len = 3 |
︙ |