Registry / crypto / bwesterb-go-ristretto

bwesterb-go-ristretto

JSON →
library1.2.3gogounverified

Pure Go implementation of the Ristretto prime-order group built from the Edwards curve Edwards25519.

go get github.com/bwesterb/go-ristretto
INSTALL
IMPORT
SIG · BWESTERB-GO-RISTRE
B
bwesterb-go-ristretto
cryptogov1.2.3
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.

ristretto
✓ github.com/bwesterb/go-ristretto

Generates two random points and adds them.

package main import ( "fmt" "github.com/bwesterb/go-ristretto" ) func main() { var a, b, c ristretto.Point a.Rand() b.Rand() c.Add(&a, &b) fmt.Println(c) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
bwesterb-go-ristretto — go get bwesterb-go-ristretto · libregistry