Codebase list libcryptx-perl / dc4578e
fix short and long description Lucas Kanashiro 6 years ago
1 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
99 Package: libcryptx-perl
1010 Architecture: any
1111 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
12 Description: Crypto toolkit
13 Cryptography in CryptX is based on https://github.com/libtom/libtomcrypt
14 .
15 Currently available modules:
16 .
17 This description was automagically extracted from the module by dh-make-perl.
12 Description: Perl module that provides a self-contained crypto toolkit
13 Crypt is a self-contained crypto toolkit based on
14 https://github.com/libtom/libtomcrypt. It provides cyphers, block cipher
15 modes, authenticated encryption modes, hash functions, message authentication
16 codes, public key cryptography, cryptographically secure random number
17 generators, key derivation functions.