diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-07-03 01:47:38 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-07-03 01:47:38 +0000 |
commit | c5fcead289b257e59a5ce6f69742b2b579fb9d71 (patch) | |
tree | 28ca66ce8c44acd7eac77083f4a21a60de560d1e /security/py-hkdf | |
parent | 4dc5dddb9f9da0586f8c53a7dd213b6130d93605 (diff) |
Notes
Diffstat (limited to 'security/py-hkdf')
-rw-r--r-- | security/py-hkdf/Makefile | 15 | ||||
-rw-r--r-- | security/py-hkdf/distinfo | 3 | ||||
-rw-r--r-- | security/py-hkdf/pkg-descr | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/security/py-hkdf/Makefile b/security/py-hkdf/Makefile new file mode 100644 index 000000000000..2b5292465ae7 --- /dev/null +++ b/security/py-hkdf/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= hkdf +PORTVERSION= 0.0.3 +CATEGORIES= security +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= HMAC-based Extract-and-Expand Key Derivation Function (HKDF) + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/security/py-hkdf/distinfo b/security/py-hkdf/distinfo new file mode 100644 index 000000000000..d3c3c33ea1e0 --- /dev/null +++ b/security/py-hkdf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1467488568 +SHA256 (hkdf-0.0.3.tar.gz) = 622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca +SIZE (hkdf-0.0.3.tar.gz) = 3959 diff --git a/security/py-hkdf/pkg-descr b/security/py-hkdf/pkg-descr new file mode 100644 index 000000000000..bd808753c391 --- /dev/null +++ b/security/py-hkdf/pkg-descr @@ -0,0 +1,5 @@ +HKDF - HMAC Key Derivation Function + +This module implements the HMAC Key Derivation function + +WWW: https://github.com/casebeer/python-hkdf |