python-hkdf 0.0.3-3 source package in Ubuntu

Changelog

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

  * QA upload.
  * Fix the python3-hkdf dependencies. (Closes: #867433)

 -- Adrian Bunk <email address hidden>  Thu, 06 Jul 2017 19:16:59 +0300

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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hkdf_0.0.3-3.dsc 1.9 KiB feb0e28ad80f5d9741cb2137064b6c0a3940239b5066178218c4325d67a190c5
python-hkdf_0.0.3.orig.tar.gz 3.9 KiB 622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
python-hkdf_0.0.3-3.debian.tar.xz 2.0 KiB 42f685ceb6fbbce4714264bd9913965647cf3ffe4442e91464367419482ac421

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for python-hkdf in ubuntu artful.

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.