Import go-siphash 1.0.0.
Go implementation of SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein. Requirement of upcoming obfs4proxy port. From MAINTAINER attila. ok sthen@
This commit is contained in:
parent
edee945bfd
commit
8ba42929a3
24
security/go-siphash/Makefile
Normal file
24
security/go-siphash/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/08/29 16:59:02 landry Exp $
|
||||
|
||||
COMMENT = SipHash-2-4 in go
|
||||
|
||||
GH_ACCOUNT = dchest
|
||||
GH_PROJECT = siphash
|
||||
GH_TAGNAME = v1.0.0
|
||||
DISTNAME = go-siphash
|
||||
PKGNAME = ${DISTNAME}-${GH_TAGNAME:S/^v//}
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
HOMEPAGE = https://github.com/dchest/siphash
|
||||
|
||||
MAINTAINER = Sean Levy <attila@stalphonsos.com>
|
||||
|
||||
# CC0
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES += lang/go
|
||||
|
||||
MODGO_TYPE = lib
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/go-siphash/distinfo
Normal file
2
security/go-siphash/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (go-siphash.tar.gz) = CgUm4aCZCOGFeLbzRkgz4DIY8vKnQt5YEy8ptmIuM5s=
|
||||
SIZE (go-siphash.tar.gz) = 4462
|
2
security/go-siphash/pkg/DESCR
Normal file
2
security/go-siphash/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Go implementation of SipHash-2-4, a fast short-input PRF created by
|
||||
Jean-Philippe Aumasson and Daniel J. Bernstein.
|
15
security/go-siphash/pkg/PLIST
Normal file
15
security/go-siphash/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/08/29 16:59:02 landry Exp $
|
||||
go-pkg/
|
||||
go-pkg/pkg/
|
||||
${MODGO_PACKAGES}/
|
||||
${MODGO_PACKAGES}/github.com/
|
||||
${MODGO_PACKAGES}/github.com/dchest/
|
||||
${MODGO_PACKAGES}/github.com/dchest/siphash.a
|
||||
${MODGO_SOURCES}/
|
||||
${MODGO_SOURCES}/github.com/
|
||||
${MODGO_SOURCES}/github.com/dchest/
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/README
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/hash.go
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/siphash.go
|
||||
${MODGO_SOURCES}/github.com/dchest/siphash/siphash_test.go
|
Loading…
x
Reference in New Issue
Block a user