Package Usage: go: github.com/mleku/ec
Package btcec implements support for the elliptic curves needed for bitcoin.
Bitcoin uses elliptic curve cryptography using koblitz curves
(specifically secp256k1) for cryptographic functions. See
http://www.secg.org/collateral/sec2_final.pdf for details on the
standard.
This package provides the data structures and functions implementing the
crypto/elliptic Curve interface in order to permit using these curves
with the standard crypto/ecdsa package provided with go. Helper
functionality is provided to parse signatures and public keys from
standard formats. It was designed for use with btcd, but should be
general enough for other uses of elliptic curve crypto. It was originally based
on some initial work by ThePiachu, but has significantly diverged since then.
3 versions
Latest release: over 1 year ago
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/mleku/ec
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/mleku%2Fec
Dependent Repos 1
mleku/signr
signature cli for nostrSize: 347 KB - Last synced: over 1 year ago - Pushed: over 1 year ago

mleku/namestr
simple, zero configuration NIP-05 with LetsEncrypt TLS securitySize: 72.3 KB - Last synced: 11 months ago - Pushed: over 1 year ago

relaytools/signr
fork of mleku/signrSize: 0 Bytes - Last synced: over 1 year ago - Pushed: over 1 year ago
