New function and example program computes Fibonacci numbers fairly fast.
[u/mdw/catacomb] / debian / control
CommitLineData
2ee993fe 1Source: catacomb
2Section: libs
3Priority: extra
4Build-Depends: mlib-dev (>= 2.0.2), debhelper (>= 4.0.2)
064939b9 5Maintainer: Mark Wooding <mdw@distorted.org.uk>
2ee993fe 6Standards-Version: 3.1.1
7
8Package: catacomb2
9Architecture: any
10Depends: ${shlibs:Depends}
11Recommends: catacomb-bin
12Description: A cryptographic library
13 Catacomb is a cryptographic library. It implements a large number of
14 encryption algorithms, hash functions, message authentication codes
15 and random number generators. It has a multi-precision maths library,
16 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
17 It contains rudimentary key-management tools.
18 .
19 The objective of Catacomb is to make a crypto library which is
20 relatively straightforward to audit for security. Its focus is on
21 clarity of source code and portability more than performance.
22 .
23 This package just contains the shared library. If you want to develop
24 programs which use the library, you need catacomb-dev.
25
26Package: catacomb-bin
27Architecture: any
28Depends: ${shlibs:Depends}, catacomb2 (= ${Source-Version}), ${misc:Depends}
9b2d0186 29Suggests: utils
2ee993fe 30Description: A cryptographic library
31 Catacomb is a cryptographic library. It implements a large number of
32 encryption algorithms, hash functions, message authentication codes
33 and random number generators. It has a multi-precision maths library,
34 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
35 It contains rudimentary key-management tools.
36 .
37 The objective of Catacomb is to make a crypto library which is
38 relatively straightforward to audit for security. Its focus is on
39 clarity of source code and portability more than performance.
40 .
41 This package contains a tool for key management, a passphrase
42 pixie, and other stuff.
43 .
44 The `xpixie' script uses `xgetline' from the `xtoys' package.
45
46Package: catacomb-dev
47Architecture: any
48Depends: catacomb2 (= ${Source-Version})
49Recommends: catacomb-bin
9b2d0186 50Section: devel
2ee993fe 51Description: A cryptographic library
52 Catacomb is a cryptographic library. It implements a large number of
53 encryption algorithms, hash functions, message authentication codes
54 and random number generators. It has a multi-precision maths library,
55 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
56 It contains rudimentary key-management tools.
57 .
58 The objective of Catacomb is to make a crypto library which is
59 relatively straightforward to audit for security. Its focus is on
60 clarity of source code and portability more than performance.
61 .
62 This package contains the headers and static libraries needed for
63 building programs which use the library.