python-ecdsa 0.18.0-3 source package in Ubuntu

Changelog

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

  * Team Upload.
  * Cherry-pick upstream patch to set tighter
    hypothesis bounds (Closes: #1026640)

 -- Nilesh Patra <email address hidden>  Thu, 22 Dec 2022 01:45:41 +0530

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ecdsa_0.18.0-3.dsc 1.5 KiB f9ee9891338b6d95b311abb594198fa2ec2924d520b0bad2903bd97b12037176
python-ecdsa_0.18.0.orig.tar.gz 193.3 KiB 190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49
python-ecdsa_0.18.0-3.debian.tar.xz 5.8 KiB 6bcc069141247ee89e72b21b71b8c99c672a1c38c325e4072510b96f0ffeddc1

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.