
RDFStore::Util::Digest - Utility library to manage SHA-1 cryptographic digests

use RDFStore::Util::Digest;
if( getDigestAlgorithm() eq 'SHA-1' ) {
my $sha1_digest = computeDigest( $string );
};

Simple SHA-1 cryptographic digest generator

Return binary formatted cryptographic digest of give STRING
Return 'SHA-1' - no other cryto method implemented for the moment

Digest(1) Digest::SHA1(3)

Alberto Reggiori <areggiori@webweaving.org>