golang-filippo-edwards25519 1.0.0~rc1+git20210721-0.1 source package in Ubuntu

Changelog

golang-filippo-edwards25519 (1.0.0~rc1+git20210721-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version 1.0.0~rc1+git20210721-0.1 (Closes: #1005177)

 -- Ana Custura <email address hidden>  Tue, 08 Feb 2022 13:31:18 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-filippo-edwards25519_1.0.0~rc1+git20210721-0.1.dsc 2.3 KiB 1a9b25710803a157e43b81c450bad1c4d24ae0785c9fdb841c5ef336f6304da0
golang-filippo-edwards25519_1.0.0~rc1+git20210721.orig.tar.gz 39.0 KiB 5c9dd72432703777d8ceb7b7a92b5fd0d9bf122ce6a17d81ff6c7561cdb897c4
golang-filippo-edwards25519_1.0.0~rc1+git20210721-0.1.debian.tar.xz 2.8 KiB 573eb3dc9b5e414d8510f16ee10d4a86d1753736d7a946c487c77435c1ca1345

No changes file available.

Binary packages built by this source

golang-filippo-edwards25519-dev: Low-level, Ed25519 elliptic curve library

 This library implements the edwards25519 elliptic curve,
 exposing the necessary APIs to build a wide array of higher-level
 primitives. Read the docs at pkg.go.dev/filippo.io/edwards25519
 (https://pkg.go.dev/filippo.io/edwards25519).
 .
 The code is originally derived from Adam Langley's internal implementation
 in the Go standard library, and includes George Tankersley's performance
 improvements (https://golang.org/cl/71950). It was then further developed
 by Henry de Valence for use in ristretto255.
 .
 Most users don't need this package, and should instead use crypto/ed25519
 for signatures, golang.org/x/crypto/curve25519 for Diffie-Hellman,
 or github.com/gtank/ristretto255 for prime order group logic. However,
 for anyone currently using a fork of crypto/ed25519/internal/edwards25519
 or github.com/agl/edwards25519, this package should be a safer, faster,
 and more powerful alternative.
 .
 Since this package is meant to curb proliferation of edwards25519
 implementations in the Go ecosystem, it welcomes requests for new APIs
 or reviewable performance improvements.