python-ecdsa 0.18.0-1 source package in Ubuntu

Changelog

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

  * New upstream release (0.18.0).
  * debian/copyright: Update debian/* copyright years.

 -- Josue Ortega <email address hidden>  Tue, 19 Jul 2022 00:03:40 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ecdsa_0.18.0-1.dsc 2.2 KiB 1313af92d3654010c867a8184fe95b807dea3aca9708f1230bfc6713933a969d
python-ecdsa_0.18.0.orig.tar.gz 193.3 KiB 190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49
python-ecdsa_0.18.0-1.debian.tar.xz 4.8 KiB 02685195d7de3f36301a8e49c33e61dd9f174527c3c388059b30a72cb6cfdc32

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.