File: control

package info (click to toggle)
golang-github-cloudflare-circl 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,352 kB
  • sloc: asm: 20,491; ansic: 1,292; makefile: 68
file content (46 lines) | stat: -rw-r--r-- 1,725 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: golang-github-cloudflare-circl
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Eric Dorland <eric@debian.org>,
 Roger Shimizu <rosh@debian.org>,
 Martin Dosch <martin@mdosch.de>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-bwesterb-go-ristretto-dev,
 golang-github-mmcloughlin-avo-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-sys-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cloudflare-circl
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cloudflare-circl.git
Homepage: https://github.com/cloudflare/circl
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/cloudflare/circl

Package: golang-github-cloudflare-circl-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 golang-github-bwesterb-go-ristretto-dev,
 golang-github-mmcloughlin-avo-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-sys-dev
Description: Cloudflare Interoperable Reusable Cryptographic Library (golang)
 CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is
 a collection of cryptographic primitives written in Go. The goal of
 this library is to be used as a tool for experimental deployment of
 cryptographic algorithms targeting Post-Quantum (PQ) and Elliptic Curve
 Cryptography (ECC).
 .
 Security Disclaimer
 This library is offered as-is, and without a guarantee. Therefore,
 it is expected that changes in the code, repository, and API occur
 in the future. It's recommended to take caution before using this
 library in a production application since part of its content is
 experimental.