FreeBSD Manual Pages
RDFStore::Util::DigestUser Contributed Perl DocumentaRDFStore::Util::Digest(3) NAME RDFStore::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 ); }; DESCRIPTION Simple SHA-1 cryptographic digest generator METHODS computeDigest ( STRING ) Return binary formatted cryptographic digest of give STRING getDigestAlgorithm () Return 'SHA-1' - no other cryto method implemented for the moment SEE ALSO Digest(1) Digest::SHA1(3) AUTHOR Alberto Reggiori <areggiori@webweaving.org> POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 59: You forgot a '=back' before '=head1' perl v5.32.1 2006-06-19 RDFStore::Util::Digest(3)
NAME | SYNOPSIS | DESCRIPTION | METHODS | SEE ALSO | AUTHOR | POD ERRORS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=RDFStore::Util::Digest&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>