Source: python3-pyelliptic
Section: python
Priority: optional
Maintainer: Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX@bitmessage.ch>
Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
Standards-Version: 3.9.5
Vcs-Git: git://gitorious.org/pyelliptic_debian/pyelliptic_debian.git
Vcs-Browser: https://gitorious.org/pyelliptic_debian/pyelliptic_debian
Homepage: https://github.com/yann2192/pyelliptic/

Package: python3-pyelliptic
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, openssl
Description: High level Python 3 wrapper for OpenSSL
 PyElliptic is a Python 3 module that provides high level access to the
 OpenSSL library, featuring elliptic curve cryptography (ECC), symmetric
 cryptography and more.
 .
 The full list of functions is below:
 .
 Key agreement : ECDH
 Digital signatures : ECDSA
 Hybrid encryption : ECIES (like RSA)
 AES-128 (CBC, OFB, CFB, CTR)
 AES-256 (CBC, OFB, CFB, CTR)
 Blowfish (CFB and CBC)
 RC4
 CSPRNG
 HMAC (using SHA512)
 PBKDF2 (SHA256 and SHA512)
