Server IP : 192.168.23.10  /  Your IP : 3.137.186.186
Web Server : Apache
System : Linux echo.premieradvertising.com 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 14:54:22 EST 2023 x86_64
User : rrrallyteam ( 1049)
PHP Version : 8.1.31
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /sbin/../share/myspell/../doc/perl-Digest-SHA/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //sbin/../share/myspell/../doc/perl-Digest-SHA/README
Digest::SHA version 6.02
========================

Digest::SHA 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 is written in C for speed.  If your platform lacks a
C compiler, you can install the functionally-equivalent (but much
slower) Digest::SHA::PurePerl 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 [ options ]
	make
	make test
	make install

The Makefile.PL options are:

	-x : exclude support for SHA-384/512

DEPENDENCIES

	None

COPYRIGHT AND LICENSE

Copyright (C) 2003-2018 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