Differences From Artifact [f6370176ca]:
- File tests/test_vectors/Hash/WHIRLPOOL.test — 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: 3490) [annotate] [blame] [check-ins using]
To Artifact [922707888e]:
- File tests/test_vectors/Hash/WHIRLPOOL.test — 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: 3531) [annotate] [blame] [check-ins using]
︙ | |||
60 61 62 63 64 65 66 | 60 61 62 63 64 65 66 67 68 69 | + + + | tcltest::test Hash_WHIRLPOOL-1.10 {WHIRLPOOL} \ -constraints WHIRLPOOL \ -setup {set data "The quick brown fox jumps over the lazy dog"} \ -body {tls::digest -digest WHIRLPOOL -data $data} \ -match exact -result b97de512e91e3828b40d2b0fdce9ceb3c4a71f9bea8d88e75c4fa854df36725fd2b52eb6544edcacd6f8beddfea403cb55ae31f03ad62a5ef54e42ee82c3fb35 # Cleanup ::tcltest::cleanupTests return |