golang-github-aead-poly1305 0.0~git20170715.6cf43fd-2 source package in Ubuntu

Changelog

golang-github-aead-poly1305 (0.0~git20170715.6cf43fd-2) unstable; urgency=medium

  * Team upload.
  * Add patch from upstream to fix avx2 detection (Closes: #918514)
  * Add new golang-golang-x-sys-dev build-dependency

 -- Andreas Henriksson <email address hidden>  Thu, 10 Jan 2019 23:05:05 +0100

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
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-aead-poly1305_0.0~git20170715.6cf43fd-2.dsc 2.3 KiB e494cd3f0e90f9b377a2ba85b8ccfa6a74644fdf225adbb25f40d92dc846f5f2
golang-github-aead-poly1305_0.0~git20170715.6cf43fd.orig.tar.xz 9.3 KiB 8b759e43c4e37533ddd975c4b7c1750ed8cbf04c0b088f202a1d37ef64260ed3
golang-github-aead-poly1305_0.0~git20170715.6cf43fd-2.debian.tar.xz 2.5 KiB e1a76e1a89f5c677a819f5ad258485e0b620135ffd7dd8e7db4d68948b99fdb7

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.