Path to this page:
./
security/py-hkdf,
HMAC-based Extract-and-Expand Key Derivation Function (HKDF; RFC 5869)
Branch: CURRENT,
Version: 0.0.3nb2,
Package name: py311-hkdf-0.0.3nb2,
Maintainer: pkgsrc-usersThis 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.
Master sites:
Filesize: 3.866 KB
Version history: (Expand)
- (2024-04-30) Updated to version: py311-hkdf-0.0.3nb2
- (2023-02-09) Updated to version: py310-hkdf-0.0.3nb1
- (2022-01-05) Updated to version: py39-hkdf-0.0.3nb1
- (2021-10-07) Updated to version: py39-hkdf-0.0.3
- (2021-06-24) Package added to pkgsrc.se, version py38-hkdf-0.0.3 (created)
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2021-06-23 23:05:17 by Thomas Klausner | Files touched by this commit (4) |
Log message:
security/py-hkdf: import py-hkdf-0.0.3
Packaged for wip by Matthias Ferdinand.
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.
|