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
|
Source: python-ecdsa
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
python3-all,
python-six (>= 1.2),
python3-six (>= 1.2),
openssl
Homepage: https://github.com/warner/python-ecdsa
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-ecdsa/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-ecdsa/trunk/
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
XS-Testsuite: autopkgtest
Package: python-ecdsa
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
python-six (>= 1.2)
Description: ECDSA cryptographic signature library (Python 2)
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python. With this library,
you can quickly create keypairs (signing key and verifying key), sign messages,
and verify the signatures. The keys and signatures are very short, making them
easy to handle and incorporate into other protocols.
.
This package contains the module for Python 2.
Package: python3-ecdsa
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-six (>= 1.2)
Description: ECDSA cryptographic signature library (Python 3)
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python. With this library,
you can quickly create keypairs (signing key and verifying key), sign messages,
and verify the signatures. The keys and signatures are very short, making them
easy to handle and incorporate into other protocols.
.
This package contains the module for Python 3.
|