python-ecdsa 0.19.0-2 source package in Ubuntu

Changelog

python-ecdsa (0.19.0-2) unstable; urgency=medium

  * Team upload.
  * Fix NameError in ecdsa.numbertheory caused by remove-six.patch.

 -- Colin Watson <email address hidden>  Tue, 30 Apr 2024 11:24:58 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ecdsa_0.19.0-2.dsc 2.2 KiB 02da598ca78e5c7694d20b719e16d1c9ab85438b2a23d5607abe9e89162ac0bd
python-ecdsa_0.19.0.orig.tar.gz 193.2 KiB 60eaad1199659900dd0af521ed462b793bbdf867432b3948e87416ae4caf6bf8
python-ecdsa_0.19.0-2.debian.tar.xz 8.7 KiB fd60801125f834298bfacbde56c30e4b1a102967f5e7f29d54322d8ea7fa0d55

Available diffs

No changes file available.

Binary packages built by this source

python3-ecdsa: 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.