python-hkdf 0.0.3-3build1 source package in Ubuntu

Changelog

python-hkdf (0.0.3-3build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:42:31 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hkdf_0.0.3.orig.tar.gz 3.9 KiB 622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
python-hkdf_0.0.3-3build1.debian.tar.xz 2.1 KiB 61355d459b055dce3fbba2ef3acccab62f5c20b5fb89933e8a5ca06866dc6f9f
python-hkdf_0.0.3-3build1.dsc 1.9 KiB 03ea29d704d147340e8894596f80c79929e3e925a934babb89603d163a760238

View changes file

Binary packages built by this source

python-hkdf: No summary available for python-hkdf in ubuntu focal.

No description available for python-hkdf in ubuntu focal.

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.