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

Changelog

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

  * Merged new upstream
  * Added 'build-essential' as dependency to tests, for dpkg-architecture
  * Partially adopted new packaging workflow:
    - Dropped pristine-tar, including related gbp settings
    - Autoformatted debian/control and added pre-commit hook

 -- Felix Lechner <email address hidden>  Sat, 17 Feb 2018 10:22:05 -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~git20171018.0.c73681c+dfsg1-1.dsc 2.7 KiB cea126aac5eca657af1027934bbc3f02816ca8ad27421e0cfb7ef5b32a5097a0
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-1.debian.tar.xz 4.5 KiB 3406b9be7052d3b6d1238e2f55c78a893ca8b1d61a2a0caa668de8336e86aa7d

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.