Registry / crypto / ltcsuite-ltcd-btcec-v2

ltcsuite-ltcd-btcec-v2

JSON →
library2.3.2gogounverified

Package btcec implements support for the elliptic curves needed for Litecoin, specifically secp256k1, providing data structures and functions for elliptic curve cryptography.

go get github.com/ltcsuite/ltcd/btcec/v2
INSTALL
IMPORT
SIG · LTCSUITE-LTCD-BTCE
L
ltcsuite-ltcd-btcec-v2
cryptogov2.3.2
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/ltcsuite/ltcd/btcec/v2

Generate a new private key and print its uncompressed public key.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ltcsuite-ltcd-btcec-v2 — go get ltcsuite-ltcd-btcec-v2 · libregistry