python-hkdf 0.0.3-5 source package in Ubuntu

Changelog

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

  * Adopt orphaned package (Closes: #833945)
  * Create packaging repository on salsa.d.o

  * Change debhelper compatibility from 9 to 13
  * d/control: Declare compliance with policy v4.5.1.
    No change required.

  * d/watch: Refresh from pypi.debian.net.
    + Now in uscan version 4 syntax
    + Added upstream's OpenPGP key for validation

 -- Guinness <email address hidden>  Sun, 06 Dec 2020 15:58:19 +0100

Upload details

Uploaded by:
Guinness
Uploaded to:
Sid
Original maintainer:
Guinness
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hkdf_0.0.3-5.dsc 1.9 KiB 2ac0c6a318f69e442d7e76b50972a1e34ef5f11c322f183678e9a375080e99e1
python-hkdf_0.0.3.orig.tar.gz 3.9 KiB 622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
python-hkdf_0.0.3-5.debian.tar.xz 4.2 KiB 3917daa33b93800d3ec17fdf510aab213c82ce00a9a5a1565c3f896cb7172d6c

Available diffs

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.