Source: golang-github-jacobsa-crypto
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: David Steele <steele@debian.org>, Felix Lechner <felix.lechner@lease-up.com>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-jacobsa-oglematchers-dev,
               golang-github-jacobsa-ogletest-dev
Standards-Version: 4.1.3
Homepage: https://github.com/jacobsa/crypto
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-jacobsa-crypto.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-jacobsa-crypto.git -b debian
XS-Go-Import-Path: github.com/jacobsa/crypto

Package: golang-github-jacobsa-crypto-dev
Architecture: any
Depends: ${misc:Depends},
         golang-github-jacobsa-oglematchers-dev,
         golang-github-jacobsa-ogletest-dev
Description: 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.
