python-ecdsa 0.18.0-5 source package in Ubuntu

Changelog

python-ecdsa (0.18.0-5) unstable; urgency=medium

  * Team Upload.
  * Remove python3-six from debian/control

 -- Alexandre Detiste <email address hidden>  Sun, 07 Jan 2024 23:35:41 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ecdsa_0.18.0-5.dsc 2.1 KiB 310f5c7a730c450de75d16336dbc6c6a64dc7fe0cfab7f43ee383907ee9c916d
python-ecdsa_0.18.0.orig.tar.gz 193.3 KiB 190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49
python-ecdsa_0.18.0-5.debian.tar.xz 15.7 KiB 5de9a6aed63273efa24104839e489df264be6728d057770e40e8a03efe3911f1

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.