Registry / crypto / btcsuite-btcd-btcec-v2

btcsuite-btcd-btcec-v2

JSON →
library2.5.0gogounverified

Package btcec implements elliptic curve cryptography for Bitcoin.

go get github.com/btcsuite/btcd/btcec/v2
INSTALL
IMPORT
SIG · BTCSUITE-BTCD-BTCE
B
btcsuite-btcd-btcec-v2
cryptogov2.5.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.

btcec
github.com/btcsuite/btcd/btcec/v2

Generates a new Bitcoin private key and prints its public key.

package main import ( "fmt" "github.com/btcsuite/btcd/btcec/v2" ) func main() { privKey, _ := btcec.NewPrivateKey() fmt.Println(privKey.PubKey()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
btcsuite-btcd-btcec-v2 — go get btcsuite-btcd-btcec-v2 · libregistry