|
NAMERDFStore::Util::Digest - Utility library to manage SHA-1 cryptographic digests SYNOPSIS use RDFStore::Util::Digest;
if( getDigestAlgorithm() eq 'SHA-1' ) {
my $sha1_digest = computeDigest( $string );
};
DESCRIPTIONSimple SHA-1 cryptographic digest generator METHODS
SEE ALSODigest(1) Digest::SHA1(3) AUTHORAlberto Reggiori <areggiori@webweaving.org> POD ERRORSHey! The above document had some coding errors, which are explained below:
|