blob: bac86f3d4cc1c4e77a13240afd7ccd91c8e3a711 (
plain)
1
2
3
4
5
6
|
Digest::SHA::PurePerl is a complete implementation of the NIST Secure
Hash Standard. It gives Perl programmers a convenient way to
calculate SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, and
SHA-512/256 message digests. The module can handle all types of
input, including partial-byte data.
|