Path to this page:
Subject: CVS commit: pkgsrc/security/py-hkdf
From: Thomas Klausner
Date: 2021-06-23 23:05:17
Message id: 20210623210517.54C83FA95@cvs.NetBSD.org
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.
Files: