This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Digest-SHA to CPAN version 5.80
[perl5.git] / cpan / Digest-SHA / README
CommitLineData
a21a75c8 1Digest::SHA version 5.80
6bc89f92
SP
2========================
3
4Digest::SHA is a complete implementation of the NIST Secure Hash
5Standard. It gives Perl programmers a convenient way to calculate
340a2f44
CBW
6SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, and SHA-512/256
7message digests. The module can handle all types of input, including
8partial-byte data.
6bc89f92
SP
9
10Digest::SHA is written in C for speed. If your platform lacks a
11C compiler, you can install the functionally-equivalent (but much
12slower) Digest::SHA::PurePerl module.
13
14The tests subdirectory (t/*.t) contains an extensive set of SHA
15vectors compiled from various sources.
16
17INSTALLATION
18
19To install this module type the following:
20
21 perl Makefile.PL [ options ]
22 make
23 make test
24 make install
25
26The Makefile.PL options are:
27
28 -t : build a thread-safe version of module
29 -x : exclude support for SHA-384/512
30
31DEPENDENCIES
32
33 None
34
35COPYRIGHT AND LICENSE
36
9dd45029 37Copyright (C) 2003-2012 Mark Shelor
6bc89f92
SP
38
39This library is free software; you can redistribute it and/or modify
40it under the same terms as Perl itself.
41
42Please refer to the Perl Artistic License for details:
43
44http://search.cpan.org/perldoc?perlartistic