Source: golang-siphash-dev Section: devel Priority: extra Maintainer: Debian Privacy Tools Maintainers Uploaders: Jérémy Bobbio 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.