Source: golang-gitlab-yawning-edwards25519-extra Maintainer: Debian Go Packaging Team Uploaders: Ana Custura 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)