golang-github-jacobsa-crypto 0.0~git20190317.9f44e2d+dfsg1-2 source package in Ubuntu

Changelog

golang-github-jacobsa-crypto (0.0~git20190317.9f44e2d+dfsg1-2) unstable; urgency=medium

  * Team upload.
  * Source only upload.

 -- David Steele <email address hidden>  Tue, 23 Jul 2019 07:19:59 -0400

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jacobsa-crypto_0.0~git20190317.9f44e2d+dfsg1-2.dsc 2.5 KiB 84106975cc012dc2af11aa6a5a4a1e12e6102af3804660c7ae923594a28bfcb9
golang-github-jacobsa-crypto_0.0~git20190317.9f44e2d+dfsg1.orig.tar.xz 2.1 MiB db70adb6b87cbd8a71f8a93c44f3cc4a41d85bc5c726054ab6fefa464313ccdc
golang-github-jacobsa-crypto_0.0~git20190317.9f44e2d+dfsg1-2.debian.tar.xz 4.4 KiB 1f98ef51c7ea94b99c2171291b5f2f50c0429af8e0b818939f113a03b4d56ee1

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.