Differences From Artifact [2b09e83d60]:
- File tests/test_vectors/Hash/MDC2.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: 575) [annotate] [blame] [check-ins using]
To Artifact [9cb43c6d6f]:
- File tests/test_vectors/Hash/MDC2.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: 616) [annotate] [blame] [check-ins using]
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 | + + + | tcltest::test Hash_MDC2-1.2 {MDC2} \ -constraints MDC2 \ -setup {set data "The quick brown fox jumps over the lazy dog"} \ -body {tls::digest -digest MDC2 -data $data} \ -match exact -result 000ed54e093d61679aefbeae05bfe33a # Cleanup ::tcltest::cleanupTests return |