Tweak textproc/fixrtf version 0.1.20060303_3
[dports.git] / security / p5-SHA / pkg-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
5 a 20-byte binary string. This operation delivers the result of
6 operations since the last new or reset operation. Once the operation
7 has been performed, the context must be reset before being used to
8 calculate another digest value.
9
10 WWW: http://search.cpan.org/dist/SHA/