1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: golang-github-jacobsa-crypto
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: David Steele <steele@debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any,
golang-github-jacobsa-oglematchers-dev,
golang-github-jacobsa-ogletest-dev
Testsuite: autopkgtest
Standards-Version: 3.9.8
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: all
Depends: ${shlibs: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.
|