golang-github-jacobsa-crypto 0.0~git20171018.0.c73681c+dfsg1-1ubuntu2 source package in Ubuntu

Changelog

golang-github-jacobsa-crypto (0.0~git20171018.0.c73681c+dfsg1-1ubuntu2) bionic; urgency=medium

  * Add allow-stderr to the autopkgtests correctly.

golang-github-jacobsa-crypto (0.0~git20171018.0.c73681c+dfsg1-1ubuntu1) bionic; urgency=medium

  * Add allow-stderr to the autopkgtests as some of the panic output is leaking
    out of the tests.

 -- Michael Hudson-Doyle <email address hidden>  Wed, 07 Mar 2018 13:16:38 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Bionic
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jacobsa-crypto_0.0~git20171018.0.c73681c+dfsg1.orig.tar.gz 3.5 MiB c5bbb845a92af8e5ebc19a876bfb19565def3a690d4b34ed844330825c9d9eed
golang-github-jacobsa-crypto_0.0~git20171018.0.c73681c+dfsg1-1ubuntu2.debian.tar.xz 4.6 KiB dcfeecb36253874f69970e1d814c0dbe995f7f0f8330fb294824c5357451ac4d
golang-github-jacobsa-crypto_0.0~git20171018.0.c73681c+dfsg1-1ubuntu2.dsc 2.5 KiB 842f9bc28398c140a5b4a304fc5bc8d57fdc13918f582c696c48c8b157057da2

View changes file

Binary packages built by this source

golang-github-jacobsa-crypto-dev: Some Go cryptography routines that are not included in the Go standard library

 This repository contains Go packages related to cryptographic standards
 that are not included in the Go standard library. These include:
 • SIV mode (http://go.pkgdoc.org/github.com/jacobsa/crypto/siv),
  which provides deterministic encryption with authentication.
 • CMAC (http://go.pkgdoc.org/github.com/jacobsa/crypto/cmac),
  a message authentication system used by SIV mode.