Registry / crypto / fomichev-secp256k1

fomichev-secp256k1

JSON →
library0.0.0-20180413221153-00116ff8c62fgogounverified

Go implementation of secp256k1 elliptic curve operations.

go get github.com/fomichev/secp256k1
INSTALL
IMPORT
SIG · FOMICHEV-SECP256K1
F
fomichev-secp256k1
cryptogov0.0.0-20180413221153-00116ff8c62f
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.

secp256k1
github.com/fomichev/secp256k1

Generate a secp256k1 private key and derive its public key.

package main import ( "github.com/fomichev/secp256k1" ) func main() { priv, _ := secp256k1.GeneratePrivateKey() pub := priv.PublicKey() _ = pub }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180413221153-00116ff8c62flatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
fomichev-secp256k1 — go get fomichev-secp256k1 · libregistry