1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: libcrypt-cast5-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
libcrypt-cbc-perl,
perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-cast5-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-cast5-perl.git
Homepage: https://metacpan.org/release/Crypt-CAST5
Package: libcrypt-cast5-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Recommends: libcrypt-cbc-perl
Description: CAST5 block cipher
Crypt::CAST5 provides an implementation of the CAST5 block cipher using
compiled C code for increased speed. CAST5 is also known as CAST-128. It is a
product of the CAST design procedure developed by C. Adams and S. Tavares.
The CAST5 cipher is available royalty-free.
|