Test output for sha2 [ok]
Testing time: 0s
/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null -- testing SHA2 -------------------------------------------------------------- -- testing Strings ------------------------------------------------------- -- testing Bits 256 -------------------------------------------------- (message-digest-string (sha256-primitive) "abc") ............. [ PASS] (message-digest-string (sha256-primitive) "abcdbcdecdefdefgefgh... [ PASS] 2 tests completed in 0.0 seconds. 2 out of 2 (100%) tests passed. -- done testing Bits 256 --------------------------------------------- -- testing Bits 384 -------------------------------------------------- (message-digest-string (sha384-primitive) "abc") ............. [ PASS] (message-digest-string (sha384-primitive) "abcdbcdecdefdefgefgh... [ PASS] 2 tests completed in 0.0 seconds. 2 out of 2 (100%) tests passed. -- done testing Bits 384 --------------------------------------------- -- testing Bits 512 -------------------------------------------------- (message-digest-string (sha512-primitive) "abc") ............. [ PASS] (message-digest-string (sha512-primitive) "abcdbcdecdefdefgefgh... [ PASS] 2 tests completed in 0.0 seconds. 2 out of 2 (100%) tests passed. -- done testing Bits 512 --------------------------------------------- 3 subgroups completed in 0.0 seconds. 3 out of 3 (100%) subgroups passed. -- done testing Strings -------------------------------------------------- 1 subgroup completed in 0.006 seconds. 1 out of 1 (100%) subgroup passed. -- done testing SHA2 ---------------------------------------------------------