1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: golang-github-aead-poly1305
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Eric Dorland <eric@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-golang-x-sys-dev,
golang-any
Standards-Version: 4.1.3
Homepage: https://github.com/aead/poly1305
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-aead-poly1305
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-aead-poly1305.git
XS-Go-Import-Path: github.com/aead/poly1305
Testsuite: autopkgtest-pkg-go
Package: golang-github-aead-poly1305-dev
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends}
Description: poly1305 message authentication code go library
Poly1305 is a fast, one-time authentication function created by Daniel
J. Bernstein. It is infeasible for an attacker to generate an
authenticator for a message without the key. However, a key must only
be used for a single message. Authenticating two different messages with
the same key allows an attacker to forge authenticators for other
messages with the same key.
|