1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libdigest-whirlpool-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libdigest-perl,
perl (>= 5.6.10-12),
Rules-Requires-Root: no
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/libdigest-whirlpool-perl
Vcs-Git: https://salsa.debian.org/debian/libdigest-whirlpool-perl.git
Package: libdigest-whirlpool-perl
Architecture: any
Depends: ${perl:Depends},
${shlibs:Depends},
${misc: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.
|