update Sun Jun 13 18:37:00 PDT 2010
[pkgsrc.git] / security / p5-SHA / DESCR
1     The SHA module allows you to use the NIST SHA message digest algorithm
2     from within Perl programs.
3
4     The final message digest value is returned by the digest operation as a
5     20-byte binary string. This operation delivers the result of operations
6     since the last new or reset operation. Once the operation has been
7     performed, the context must be reset before being used to calculate
8     another digest value.