File: control

package info (click to toggle)
golang-github-jacobsa-crypto 0.0~git20190317.9f44e2d%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,916 kB
  • sloc: ansic: 33; makefile: 7; sh: 6
file content (29 lines) | stat: -rw-r--r-- 1,373 bytes parent folder | download | duplicates (3)
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
Source: golang-github-jacobsa-crypto
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Felix Lechner <felix.lechner@lease-up.com>,
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-jacobsa-oglematchers-dev,
               golang-github-jacobsa-ogletest-dev,
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://github.com/jacobsa/crypto
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jacobsa-crypto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jacobsa-crypto.git
XS-Go-Import-Path: github.com/jacobsa/crypto

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