golang-github-jacobsa-crypto 0.0~git20161111.0.293ce0c+dfsg1-9 source package in Ubuntu

Changelog

golang-github-jacobsa-crypto (0.0~git20161111.0.293ce0c+dfsg1-9) unstable; urgency=medium

  * Fixed pointer size detection in autopkgtest
  * Marked package Arch:all (Closes: #887952)
  * Removed unused lintian override

 -- Felix Lechner <email address hidden>  Tue, 13 Feb 2018 08:28:43 -0800

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c+dfsg1-9.dsc 2.7 KiB 63f86d1f6fa76063fb0d130cc85e5caaaf22e0e48404b58219ae77c088abca33
golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c+dfsg1.orig.tar.xz 2.1 MiB fee667fd48edd73a61e9ef5f339a5a589b8ff1c7de72e2611e612b98984d2c69
golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c+dfsg1-9.debian.tar.xz 4.4 KiB 458dbd9060d46140c5533484c40af7c055d551878f2f28c439da9c4b0a2a947f

No changes file available.

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.