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

Changelog

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

  * Team Upload.
  * d/t/{in-tree-testing,installed-packages}: Set GO111MODULE=off to
    fix test with go 1.16

 -- Nilesh Patra <email address hidden>  Wed, 08 Sep 2021 12:33:53 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jacobsa-crypto_0.0~git20190317.9f44e2d+dfsg1-4.dsc 2.5 KiB 8cbf76ecd88241e95d4654b5564b3a89a0bf08fbe727309ffc8a6eb0164ab771
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-4.debian.tar.xz 4.6 KiB b9475b66885e352ef68d3d07199ac3e03b36640bb3c71b448273d1682ce12ee7

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.