Differences From Artifact [6fb18c135b]:
- File tests/test_vectors/Hash/SHA224.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: 6125) [annotate] [blame] [check-ins using]
To Artifact [222cda757d]:
- File tests/test_vectors/Hash/SHA224.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: 6166) [annotate] [blame] [check-ins using]
︙ | |||
132 133 134 135 136 137 138 | 132 133 134 135 136 137 138 139 140 141 | + + + | tcltest::test Hash_SHA224-1.22 {SHA224} \ -constraints SHA224 \ -setup {set data [binary decode hex 55b210079c61b53add520622d1ac97d5cdbe8cb33aa0ae344517bee4d7ba09abc8533c5250887a43bebbac906c2e1837f26b36a59ae3be7814d506896b718b2a383ecdac16b96125553f416ff32c6674c74599a9005386d9ce1112245f48ee470d396c1ed63b92670ca56ec84deea814b6135eca54392bdedb9489bc9b875a8baf0dc1ae785736914ab7daa264bc079d269f2c0d7eddd810a426145a0776f67c878273]} \ -body {tls::digest -digest SHA224 -data $data} \ -match exact -result 0b31894ec8937ad9b91bdfbcba294d9adefaa18e09305e9f20d5c3a4 # Cleanup ::tcltest::cleanupTests return |