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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
Source: libcrypto++
Section: libs
Priority: optional
Maintainer: Jens Peter Secher <jps@debian.org>
Standards-Version: 3.7.3
Build-Depends: g++ (>= 4.1.1), debhelper (>= 5), automake1.10, autoconf (>= 2.59), libtool, dpatch
Build-Depends-Indep: doxygen
Homepage: http://www.cryptopp.com
Package: libcrypto++7
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: General purpose cryptographic shared library
General purpose cryptographic library for C++ which includes:
A class hierarchy with an API defined by abstract base classes,
Proposed AES (Rijndael) and other AES candidates,
Other symmetric block ciphers,
Generic cipher modes,
Stream ciphers,
Public key cryptography,
Padding schemes for public-key systems,
Key agreement schemes,
Elliptic curve cryptography,
One-way hash functions,
Message authentication codes,
Cipher constructions based on hash functions,
Pseudo-random number generators,
High level interface for most of the above using a filter/pipeline metaphor,
and a whole lot more.
Package: libcrypto++-dev
Architecture: any
Section: libdevel
Depends: libcrypto++7 (= ${binary:Version})
Description: General purpose cryptographic C++ library - development
General purpose cryptographic C++ library which includes:
A class hierarchy with an API defined by abstract base classes,
Proposed AES (Rijndael) and other AES candidates,
Other symmetric block ciphers,
Generic cipher modes,
Stream ciphers,
Public key cryptography,
Padding schemes for public-key systems,
Key agreement schemes,
Elliptic curve cryptography,
One-way hash functions,
Message authentication codes,
Cipher constructions based on hash functions,
Pseudo-random number generators,
High level interface for most of the above using a filter/pipeline metaphor,
and a whole lot more.
.
This package contains the header files needed for developing using
the Crypto++ class library. It also includes the static library with
libtool supoport, a utility for benchmarking and using the various
Crypto++ routines, and finally it includes the test vectors for
validating both the Crypto++ implementation and other implementations
of these routines.
Package: libcrypto++-utils
Architecture: any
Section: utils
Depends: ${shlibs:Depends}
Conflicts: libcrypto++-dev (= 5.2.1c2-1)
Description: General purpose cryptographic library - utilities and data files
General purpose cryptographic C++ library which includes:
A class hierarchy with an API defined by abstract base classes,
Proposed AES (Rijndael) and other AES candidates,
Other symmetric block ciphers,
Generic cipher modes,
Stream ciphers,
Public key cryptography,
Padding schemes for public-key systems,
Key agreement schemes,
Elliptic curve cryptography,
One-way hash functions,
Message authentication codes,
Cipher constructions based on hash functions,
Pseudo-random number generators,
High level interface for most of the above using a filter/pipeline metaphor,
and a whole lot more.
.
This package includes a utility for benchmarking and using the
various Crypto++ routines. It also includes the test vectors for
validating both the Crypto++ implementation and other implementations
of these routines.
Package: libcrypto++-doc
Architecture: all
Section: doc
Conflicts: libcrypto++-dev (<= 5.2.1c2-3)
Enhances: libcrypto++-dev
Description: General purpose cryptographic library - documentation
General purpose cryptographic C++ library which includes:
A class hierarchy with an API defined by abstract base classes,
Proposed AES (Rijndael) and other AES candidates,
Other symmetric block ciphers,
Generic cipher modes,
Stream ciphers,
Public key cryptography,
Padding schemes for public-key systems,
Key agreement schemes,
Elliptic curve cryptography,
One-way hash functions,
Message authentication codes,
Cipher constructions based on hash functions,
Pseudo-random number generators,
High level interface for most of the above using a filter/pipeline metaphor,
and a whole lot more.
.
This package includes the Doxygen-generated reference guide to the
source code.
|