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 27 28 29 30 31
|
Source: libtomcrypt
Priority: extra
Maintainer: Michael Stapelberg <michael@stapelberg.de>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), libtool, libgmp3-dev
Standards-Version: 3.8.3
Section: libs
Homepage: http://libtomcrypt.com
Package: libtomcrypt-dev
Section: libdevel
Architecture: any
Depends: libtomcrypt0 (= ${binary:Version})
Description: static library, header files and documentation for libtomcrypt
LibTomCrypt is a well documented, public domain open source crypthographic
toolkit written in C. It supports lots of block ciphers (Blowfish, Twofish,
AES, XTEA, ...), chaining modes (ECB, CBC, OFB, CFB, CTR, ...), hash functions
(MD5, SHA-1, SHA-256, RIPE-MD, ...), HMAC mechanisms, pseudo-random number
generators and public key algorithms. It has several optimizations for the
i386, x86_64 and ppc32 architecture.
Package: libtomcrypt0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: public domain open source cryptographic toolkit
LibTomCrypt is a well documented, public domain open source crypthographic
toolkit written in C. It supports lots of block ciphers (Blowfish, Twofish,
AES, XTEA, ...), chaining modes (ECB, CBC, OFB, CFB, CTR, ...), hash functions
(MD5, SHA-1, SHA-256, RIPE-MD, ...), HMAC mechanisms, pseudo-random number
generators and public key algorithms. It has several optimizations for the
i386, x86_64 and ppc32 architecture.
|