File: control

package info (click to toggle)
golang-siphash-dev 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, buster
  • size: 80 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 865 bytes parent folder | download
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.