Import Digest-SHA3-0.12 as security/p5-Digest-SHA3.

Digest::SHA3 is a complete implementation of the NIST SHA-3
cryptographic hash function, known originally as Keccak. It
gives Perl programmers a convenient way to calculate SHA3-224,
SHA3-256, SHA3-384, and SHA3-512 message digests, as well as
variable-length hashes using the SHA3-0 variant. The module
can handle all types of input, including partial-byte data.
This commit is contained in:
wen 2014-04-20 03:02:49 +00:00
parent f372dac0d9
commit 4529bbf7d7
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,6 @@
Digest::SHA3 is a complete implementation of the NIST SHA-3
cryptographic hash function, known originally as Keccak. It
gives Perl programmers a convenient way to calculate SHA3-224,
SHA3-256, SHA3-384, and SHA3-512 message digests, as well as
variable-length hashes using the SHA3-0 variant. The module
can handle all types of input, including partial-byte data.

View file

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2014/04/20 03:02:49 wen Exp $
DISTNAME= Digest-SHA3-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-SHA3/
COMMENT= Perl5 module for SHA-3
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Digest/SHA3/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/04/20 03:02:49 wen Exp $
SHA1 (Digest-SHA3-0.12.tar.gz) = c93a6f3977b71d48437082c64a2e44461f3695f8
RMD160 (Digest-SHA3-0.12.tar.gz) = 2b5cb822aeded9fed7b8b256b9a508e325bb139b
Size (Digest-SHA3-0.12.tar.gz) = 45640 bytes