Test output for sha2 [ok]

Testing time: 1s

/root/salmonella-run-publish/chicken/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.001 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.025 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.001 seconds.
        2 out of 2 (100%) tests passed.
        -- done testing Bits 512 ---------------------------------------------

    3 subgroups completed in 0.027 seconds.
    3 out of 3 (100%) subgroups passed.
    -- done testing Strings --------------------------------------------------

1 subgroup completed in 0.041 seconds.
1 out of 1 (100%) subgroup passed.
-- done testing SHA2 ---------------------------------------------------------