Digest::SHA::PurePerl version 5.80 ================================== 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. 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. The tests subdirectory (t/*.t) contains an extensive set of SHA vectors compiled from various sources. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES None COPYRIGHT AND LICENSE Copyright (C) 2003-2012 Mark Shelor This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Please refer to the Perl Artistic License for details: http://search.cpan.org/perldoc?perlartistic