File: control

package info (click to toggle)
golang-gitlab-yawning-edwards25519-extra 0.0~git20211229.2f91fcc-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 248 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,439 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
Source: golang-gitlab-yawning-edwards25519-extra
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Ana Custura <ana@netstat.org.uk>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-filippo-edwards25519-dev (>= 1.0.0~rc1+git20210721),
               golang-golang-x-crypto-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gitlab-yawning-edwards25519-extra
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gitlab-yawning-edwards25519-extra.git
Homepage: https://gitlab.com/yawning/edwards25519-extra
Rules-Requires-Root: no
XS-Go-Import-Path: gitlab.com/yawning/edwards25519-extra

Package: golang-gitlab-yawning-edwards25519-extra-dev
Architecture: all
Depends: golang-filippo-edwards25519-dev,
         golang-golang-x-crypto-dev,
         ${misc:Depends}
Description: Extensions to the Go standard library's Ed25519 and curve25519 implementations (library)
 This package provides extensions to the Go standard library's Ed25519 and
 curve25519 implementations, primarily extracted from curve25519-voi. This
 package is intended for interoperability with the standard library and the
 edwards25519 package as much as possible.
  * h2c: Hashing to Elliptic Curves (version 13)
  * vrf: Verifiable Random Functions (version 10)