NAME

t/library/sha.t - test SHA256 library

SYNOPSIS

% prove t/library/sha.t

DESCRIPTION

Tests the SHA256 library. You can create the test results using the command-line sha256sum like this:

$ echo -n Hello World! | sha256sum
7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069  -

As well as testing the SHA256 library itself, it is useful for spotting regressions in the parrot VM, JIT and GC