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
|
Source: python-ecdsa
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
python3-all,
python3-pytest,
python3-hypothesis,
openssl
Homepage: https://github.com/warner/python-ecdsa
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ecdsa
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ecdsa.git
Rules-Requires-Root: no
Standards-Version: 4.6.1
Package: python3-ecdsa
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
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.
|