1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: golang-siphash-dev
Section: devel
Priority: extra
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper (>= 9), golang-go, dh-golang
Standards-Version: 3.9.5
Homepage: https://github.com/dchest/siphash
Vcs-Git: https://anonscm.debian.org/git/pkg-privacy/packages/golang-siphash-dev.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-privacy/packages/golang-siphash-dev.git
XS-Go-Import-Path: github.com/dchest/siphash
Package: golang-siphash-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Go implementation of SipHash-2-4
SipHash-2-4 is a fast short-input pseudorandom function (a.k.a. keyed hash
functions) optimized for speed on short messages.
.
This package contains the source of a Go implementation.
|