rand.c: Show keyword argument as optional.
[catacomb-python] / debian / control
1 Source: catacomb-python
2 Section: python
3 Priority: extra
4 XS-Python-Version: >= 2.6, << 2.8
5 Maintainer: Mark Wooding <mdw@distorted.org.uk>
6 Build-Depends: debhelper (>= 9), dh-python, pkg-config,
7 python (>= 2.6.6-3~), python-all-dev,
8 mlib-dev (>= 2.2.2.1), catacomb-dev (>= 2.5.0)
9 Standards-Version: 3.8.0
10
11 Package: python-catacomb
12 Architecture: any
13 XB-Python-Version: ${python:Versions}
14 Depends: ${shlibs:Depends}, ${python:Depends}
15 Provides: ${python:Provides}, catacomb-python-bin
16 Conflicts: catacomb-python-bin
17 Description: Python bindings for the Catacomb cryptographic library.
18 Catacomb is a cryptographic library. It implements a large number of
19 encryption algorithms, hash functions, message authentication codes
20 and random number generators. It has a multi-precision maths library,
21 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
22 It contains rudimentary key-management tools.
23 .
24 The objective of Catacomb is to make a crypto library which is
25 relatively straightforward to audit for security. Its focus is on
26 clarity of source code and portability more than performance.
27 .
28 This package allows the Catacomb library to be used in Python programs.