golang-github-bwesterb-go-ristretto 1.2.3-2 source package in Ubuntu

Changelog

golang-github-bwesterb-go-ristretto (1.2.3-2) unstable; urgency=medium

  * Bump debian version as 1.2.3-1 was already seen in experimental.

 -- Martin Dosch <email address hidden>  Sun, 11 Jun 2023 18:42:24 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-bwesterb-go-ristretto_1.2.3-2.dsc 2.3 KiB 71d38e213f478aa316584222ad8fe53dcb9d64b59e6d4f41fc5ac42493dde931
golang-github-bwesterb-go-ristretto_1.2.3.orig.tar.gz 162.9 KiB e4b102e50780181e36918afe9009397b63cddfd89771ce37de2d40ece82f2683
golang-github-bwesterb-go-ristretto_1.2.3-2.debian.tar.xz 2.5 KiB f6fd99695dceecdb01d98a2cb9bd8cb7a452829260d81fbb87feb8c8cab0c5af

Available diffs

No changes file available.

Binary packages built by this source

golang-github-bwesterb-go-ristretto-dev: 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).