Registry / crypto / decred-dcrd-dcrec-edwards

decred-dcrd-dcrec-edwards

JSON →
library1.0.0gogounverified

A Go implementation of the Edwards elliptic curve (Ed25519) used in Decred's cryptographic operations.

go get github.com/decred/dcrd/dcrec/edwards
INSTALL
IMPORT
SIG · DECRED-DCRD-DCREC-
D
decred-dcrd-dcrec-edwards
cryptogov1.0.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.

edwards
github.com/decred/dcrd/dcrec/edwards

Generates a new Edwards curve private key.

package main import ( "fmt" "github.com/decred/dcrd/dcrec/edwards" ) func main() { priv, _ := edwards.GenerateKey(nil) fmt.Println("Private key generated") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
decred-dcrd-dcrec-edwards — go get decred-dcrd-dcrec-edwards · libregistry