1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

New port, security/rubygem-hkdf: Rubygem for HMAC-based Key Derivation

Function

WWW: http://github.com/jtdowney/hkdf
This commit is contained in:
Joseph Mingrone 2017-07-27 16:37:21 +00:00
parent fe132b2d5a
commit 7c82f69b24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446762
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= hkdf
PORTVERSION= 0.3.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= jrm@FreeBSD.org
COMMENT= HMAC-based Key Derivation Function
LICENSE= MIT
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1501173125
SHA256 (rubygem/hkdf-0.3.0.gem) = 34c62c7708451aaccbbafde62c471d837aa174dc30302381dfc486a2c0ebd111
SIZE (rubygem/hkdf-0.3.0.gem) = 9216

View File

@ -0,0 +1,5 @@
A ruby implementation of RFC5869: HMAC-based Extract-and-Expand Key
Derivation Function (HKDF). The goal of HKDF is to take some source key
material and generate suitable cryptographic keys from it.
WWW: http://github.com/jtdowney/hkdf