File: control

package info (click to toggle)
golang-github-bwesterb-go-ristretto 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 628 kB
  • sloc: ansic: 1,915; asm: 278; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,409 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
22
23
24
25
26
27
28
29
30
31
Source: golang-github-bwesterb-go-ristretto
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martin Dosch <martin@mdosch.de>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bwesterb-go-ristretto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bwesterb-go-ristretto.git
Homepage: https://github.com/bwesterb/go-ristretto
XS-Go-Import-Path: github.com/bwesterb/go-ristretto

Package: golang-github-bwesterb-go-ristretto-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Go implementation of the Ristretto prime-order group over Edwards25519
 Many cryptographic schemes need a group of prime order.  Popular and
 efficient elliptic curves like (Edwards25519 of ed25519 fame) are rarely
 of prime order.  There is, however, a convenient method to construct a
 prime order group from such curves, called Ristretto
 (https://ristretto.group) proposed by Mike Hamburg
 (https://www.shiftleft.org).
 .
 This is a pure Go implementation of the group operations on the
 Ristretto prime-order group built from Edwards25519. Documentation is on
 godoc (https://godoc.org/github.com/bwesterb/go-ristretto).