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 32 33 34 35 36
|
Source: beecrypt
Section: devel
Priority: optional
Maintainer: Luca Filipozzi <lfilipoz@debian.org>
Build-Depends: debhelper (>=3), autoconf, autotools-dev
Standards-Version: 3.5.2
Package: beecrypt2-dev
Architecture: any
Depends: beecrypt2 (>=${Source-Version})
Provides: beecrypt-dev
Conflicts: beecrypt-dev
Description: Header files for beecrypt, a library of cryptographic algorithms.
BeeCrypt is an open source cryptography library that contains highly optimized
C and assembler implementations of many well-known algorithms including
Blowfish, SHA-1, Diffie-Hellman, and ElGamal. Unlike some other crypto
libraries, BeeCrypt is not designed to solve one specific problem, like file
encryption, but to be a general purpose toolkit which can be used in a variety
of applications. There are also no patent or royalty issues associated with
BeeCrypt, and it is released under the GNU LGPL license, which means it can be
used for free in both open source and closed source commercial projects.
Package: beecrypt2
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: beecrypt
Description: An open source C library of cryptographic algorithms.
BeeCrypt is an open source cryptography library that contains highly optimized
C and assembler implementations of many well-known algorithms including
Blowfish, SHA-1, Diffie-Hellman, and ElGamal. Unlike some other crypto
libraries, BeeCrypt is not designed to solve one specific problem, like file
encryption, but to be a general purpose toolkit which can be used in a variety
of applications. There are also no patent or royalty issues associated with
BeeCrypt, and it is released under the GNU LGPL license, which means it can be
used for free in both open source and closed source commercial projects.
|