Differences From Artifact [e51ad010d4]:
- File tests/test_vectors/Hash/BLAKE2b512.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: 2855) [annotate] [blame] [check-ins using]
To Artifact [8e818cab70]:
- File tests/test_vectors/Hash/BLAKE2b512.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: 2896) [annotate] [blame] [check-ins using]
︙ | |||
48 49 50 51 52 53 54 | 48 49 50 51 52 53 54 55 56 57 | + + + | tcltest::test Hash_BLAKE2b512-1.8 {BLAKE2b512} \ -constraints BLAKE2b512 \ -setup {set data "The quick brown fox jumps over the lazy dog"} \ -body {tls::digest -digest BLAKE2b512 -data $data} \ -match exact -result a8add4bdddfd93e4877d2746e62817b116364a1fa7bc148d95090bc7333b3673f82401cf7aa2e4cb1ecd90296e3f14cb5413f8ed77be73045b13914cdcd6a918 # Cleanup ::tcltest::cleanupTests return |