Diff

Differences From Artifact [785114d672]:

To Artifact [e931511d8b]:


390
391
392
393
394
395
396




tcltest::test Hash_SHA224-2.65 {SHA224ShortMsg} \
	-constraints SHA224 \
	-setup {set data [binary decode hex a3310ba064be2e14ad32276e18cd0310c933a6e650c3c754d0243c6c61207865b4b65248f66a08edf6e0832689a9dc3a2e5d2095eeea50bd862bac88c8bd318d]} \
	-body {tls::digest -digest SHA224 -data $data} \
	-match exact -result b2a5586d9cbf0baa999157b4af06d88ae08d7c9faab4bc1a96829d65











>
>
>
390
391
392
393
394
395
396
397
398
399

tcltest::test Hash_SHA224-2.65 {SHA224ShortMsg} \
	-constraints SHA224 \
	-setup {set data [binary decode hex a3310ba064be2e14ad32276e18cd0310c933a6e650c3c754d0243c6c61207865b4b65248f66a08edf6e0832689a9dc3a2e5d2095eeea50bd862bac88c8bd318d]} \
	-body {tls::digest -digest SHA224 -data $data} \
	-match exact -result b2a5586d9cbf0baa999157b4af06d88ae08d7c9faab4bc1a96829d65

# Cleanup
::tcltest::cleanupTests
return