1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libdigest-whirlpool-perl
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libdigest-perl,
perl (>= 5.6.10-12),
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/libdigest-whirlpool-perl
Vcs-Git: https://salsa.debian.org/debian/libdigest-whirlpool-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libdigest-whirlpool-perl
Architecture: any
Depends:
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Description: 512-bit, collision-resistant, one-way hash perl function
Provides an interface to the WHIRLPOOL hash algorithm. This module
subclasses Digest::base and can be used either directly or through
the Digest meta-module. Using the latter is recommended.
|