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:
parent
fe132b2d5a
commit
7c82f69b24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446762
18
security/rubygem-hkdf/Makefile
Normal file
18
security/rubygem-hkdf/Makefile
Normal 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>
|
3
security/rubygem-hkdf/distinfo
Normal file
3
security/rubygem-hkdf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1501173125
|
||||
SHA256 (rubygem/hkdf-0.3.0.gem) = 34c62c7708451aaccbbafde62c471d837aa174dc30302381dfc486a2c0ebd111
|
||||
SIZE (rubygem/hkdf-0.3.0.gem) = 9216
|
5
security/rubygem-hkdf/pkg-descr
Normal file
5
security/rubygem-hkdf/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user