algorithms.c: Add a Keccak `set' method now there's upstream support.
[catacomb-python] / debian / control
CommitLineData
17f11fcf 1Source: catacomb-python
292629c3 2Section: python
46e6ad89 3Priority: extra
5f25415f 4XS-Python-Version: >= 2.6, << 2.8
f7623015 5XS-Python3-Version: >= 3.0
22ea5cd3 6Maintainer: Mark Wooding <mdw@distorted.org.uk>
740847af 7Build-Depends: debhelper (>= 10), dh-python, pkg-config,
f7623015 8 python (>= 2.6.6-3~), python-all-dev, python3-all-dev,
df0bd0f9 9 mlib-dev (>= 2.4.99~), catacomb-dev (>= 2.5.99~)
17f11fcf 10Standards-Version: 3.8.0
46e6ad89 11
12Package: python-catacomb
17f11fcf
MW
13Architecture: any
14XB-Python-Version: ${python:Versions}
15Depends: ${shlibs:Depends}, ${python:Depends}
8468a063
MW
16Provides: ${python:Provides}, catacomb-python-bin
17Conflicts: catacomb-python-bin
46e6ad89 18Description: Python bindings for the Catacomb cryptographic library.
22ea5cd3
MW
19 Catacomb is a cryptographic library. It implements a large number of
20 encryption algorithms, hash functions, message authentication codes
21 and random number generators. It has a multi-precision maths library,
22 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
23 It contains rudimentary key-management tools.
24 .
25 The objective of Catacomb is to make a crypto library which is
26 relatively straightforward to audit for security. Its focus is on
27 clarity of source code and portability more than performance.
28 .
8468a063 29 This package allows the Catacomb library to be used in Python programs.
f7623015
MW
30
31Package: python3-catacomb
32Architecture: any
33XB-Python-Version: ${python3:Versions}
34Depends: ${shlibs:Depends}, ${python3:Depends}
35Provides: ${python3:Provides}
36Description: Python 3 bindings for the Catacomb cryptographic library.
37 Catacomb is a cryptographic library. It implements a large number of
38 encryption algorithms, hash functions, message authentication codes
39 and random number generators. It has a multi-precision maths library,
40 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
41 It contains rudimentary key-management tools.
42 .
43 The objective of Catacomb is to make a crypto library which is
44 relatively straightforward to audit for security. Its focus is on
45 clarity of source code and portability more than performance.
46 .
47 This package allows the Catacomb library to be used in Python 3 programs.