python-hkdf 0.0.3-4 source package in Ubuntu

Changelog

python-hkdf (0.0.3-4) unstable; urgency=medium

  * QA upload.
  * Drop python2 package. (Closes: #937811)

 -- Dimitri John Ledkov <email address hidden>  Wed, 18 Dec 2019 00:32:31 +0000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hkdf_0.0.3-4.dsc 1.8 KiB e2ca3bbd535f70ae0d2f3da1b193a4113fcef3c446660cee7495e3342d9b8d4f
python-hkdf_0.0.3.orig.tar.gz 3.9 KiB 622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
python-hkdf_0.0.3-4.debian.tar.xz 2.0 KiB f25872d5ad2b010065e9a14f8955a3687e106aa98f64c41422ec6d20062f7ed7

No changes file available.

Binary packages built by this source

python3-hkdf: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)

 This module implements the HMAC Key Derivation function, defined at
 http://tools.ietf.org/html/draft-krawczyk-hkdf-01
 .
 There are two interfaces: a functional interface, with separate
 extract and expand functions as defined in the draft RFC, and a
 wrapper class for these functions.