File: control

package info (click to toggle)
golang-github-aead-poly1305 0.0~git20180717.3fee0db-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 124 kB
  • sloc: asm: 856; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,199 bytes parent folder | download
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.