golang-github-aead-poly1305 0.0~git20180717.3fee0db-1 source package in Ubuntu

Changelog

golang-github-aead-poly1305 (0.0~git20180717.3fee0db-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Eric Dorland ]
  * New upstream version 0.0~git20180717.3fee0db
  * Drop upstreamed patch

 -- Eric Dorland <email address hidden>  Mon, 28 Sep 2020 00:04:52 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-aead-poly1305_0.0~git20180717.3fee0db-1.dsc 2.3 KiB 918e1b37ff8029c174c50b210148752c95e674b31e4e363a6300e16ba79ba4dd
golang-github-aead-poly1305_0.0~git20180717.3fee0db.orig.tar.xz 9.5 KiB 445bceac2ab909bbeb1d76b3103a4ebac99fcc22dcdfeeee013733de7ee09f51
golang-github-aead-poly1305_0.0~git20180717.3fee0db-1.debian.tar.xz 2.4 KiB 7c00513a1eb5f08b25fb8eeb3cb2cb9e763b23dfaedc2f42b1de7bed0ae182be

No changes file available.

Binary packages built by this source

golang-github-aead-poly1305-dev: 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.