File: control

package info (click to toggle)
golang-ed25519-dev 0~20140907.d2b94fd-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 288 kB
  • sloc: makefile: 6
file content (21 lines) | stat: -rw-r--r-- 967 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: golang-ed25519-dev
Section: devel
Priority: optional
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper (>= 9), golang-go, dh-golang, golang-golang-x-crypto-dev
Standards-Version: 4.1.4
Homepage: https://github.com/agl/ed25519
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/golang-ed25519-dev.git
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/golang-ed25519-dev
XS-Go-Import-Path: github.com/agl/ed25519

Package: golang-ed25519-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Go implementation of the Ed25519 signature algorithm
 Ed25519 is a public-key signature system based on elliptic-curve
 cryptography, carefully engineered at several levels of design and
 implementation to achieve very high speeds without compromising security.
 .
 This package contains the source of a Go implementation.