Registry / crypto / gtank-ristretto255

gtank-ristretto255

JSON →
library0.2.0gogounverified

Package ristretto255 implements the group of prime order and its scalar field as specified in RFC 9496, Section 4, with constant-time operations.

go get github.com/gtank/ristretto255
INSTALL
IMPORT
SIG · GTANK-RISTRETTO255
G
gtank-ristretto255
cryptogov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ristretto255
github.com/gtank/ristretto255

Create and compare ristretto255 elements

package main import ( "fmt" "github.com/gtank/ristretto255" ) func main() { p := ristretto255.NewElement() fmt.Println(p.Equal(ristretto255.NewElement())) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gtank-ristretto255 — go get gtank-ristretto255 · libregistry