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

Changelog

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

  * Added detection for DEB_HOST_ARCH_BITS in rules
  * Passing tag '64bit_pointer' or '32bit_pointer' in rules
  * Replaced architecture build tags with pointer-size build tag
  * Transformed inline tests into scripts to recreate build tag
  * Overrode lintian warning about long package name
  * Added README.Debian to describe the new pointer size tag

 -- Felix Lechner <email address hidden>  Mon, 12 Feb 2018 22:55:56 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c+dfsg1-8.dsc 2.7 KiB 5a2588222fdebd6d27655004723bca487957685b06da4fc4a49af5a20cd9caf2
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-8.debian.tar.xz 4.4 KiB 42f494d281de2847d0092db5e10212a453885847d90748ebea20e16643d9a0f8

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.