aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA-PurePerl
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Digest::SHA::PurePerl is a complete implementation of the NISTErwin Lansing2005-12-224-0/+46
Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data. Digest::SHA::PurePerl is written entirely in Perl. If your platform has a C compiler, you should install the functionally-equivalent (but much faster) Digest::SHA module. WWW: http://search.cpan.org/dist/Digest-SHA-PurePerl PR: ports/90773 Submitted by: Gabor Kovesdan Notes: svn path=/head/; revision=151818