Registry / crypto / edwards25519

edwards25519

JSON →
library1.2.0gogounverified

Package edwards25519 implements group logic for the twisted Edwards curve used by Ed25519.

go get filippo.io/edwards25519
INSTALL
IMPORT
SIG · EDWARDS25519
E
edwards25519
cryptogov1.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.

edwards25519
filippo.io/edwards25519

Create a new Edwards25519 identity point.

package main import ( "fmt" "filippo.io/edwards25519" ) func main() { p := edwards25519.NewIdentityPoint() fmt.Println(p) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
edwards25519 — go get edwards25519 · libregistry