python-ecdsa 0.18.0~b1-1 source package in Ubuntu

Changelog

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

  * New upstream release (0.18.0~b1):
    + Refresh debian/patches
  * Bump Standards-Version to 4.6.0. No changes required.

 -- Josue Ortega <email address hidden>  Mon, 01 Nov 2021 18:55:09 -0600

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ecdsa_0.18.0~b1-1.dsc 2.2 KiB 533b530cd21aaa5dd137d26a5f2818573124fc885737a77dd966cb7dbf52548a
python-ecdsa_0.18.0~b1.orig.tar.gz 176.1 KiB cde076cb472d2d95b93d96d398214b7dd7affe0e8238a458eb7bacb9380b5998
python-ecdsa_0.18.0~b1-1.debian.tar.xz 4.6 KiB e6e9a8031411e0e5ce2432a0e252a424fa595ebbfc8cd32f6884cb038eba0009

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.