Source: libdigest-md2-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10), perl Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdigest-md2-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdigest-md2-perl.git Homepage: https://metacpan.org/release/Digest-MD2 Package: libdigest-md2-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: MD2 Message Digest for Perl The Digest::MD2 module allows you to use the RSA Data Security Inc. MD2 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. . The Digest::MD2 programming interface is identical to the interface of Digest::MD5. MD2 is described in RFC 1115.