Test output for sha2

Testing time: 8.0s

CHICKEN_INSTALL_PREFIX=/root/src/salmonella/salmonella-4.5.0/repo CHICKEN_INCLUDE_PATH=/root/src/salmonella/salmonella-4.5.0/repo/share/chicken CHICKEN_REPOSITORY=/root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5 /usr/local/chicken-4.5.0/bin/csi -script run.scm

-- testing SHA2 --------------------------------------------------------------

    -- testing Strings 256 ---------------------------------------------------
    (sha256-digest "abc") ............................................ [ PASS]
    (sha256-digest "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmn...  [ PASS]
    2 tests completed in 0 seconds.
    2 out of 2 (100%) tests passed.
    -- done testing Strings 256 ----------------------------------------------


    -- testing Strings 384 ---------------------------------------------------
    (sha384-digest "abc") ............................................ [ PASS]
    (sha384-digest "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmn...  [ PASS]
    2 tests completed in 0.001 seconds.
    2 out of 2 (100%) tests passed.
    -- done testing Strings 384 ----------------------------------------------


    -- testing Strings 512 ---------------------------------------------------
    (sha512-digest "abc") ............................................ [ PASS]
    (sha512-digest "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmn...  [ PASS]
    2 tests completed in 0 seconds.
    2 out of 2 (100%) tests passed.
    -- done testing Strings 512 ----------------------------------------------

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