# Functions
DerToECDSA creates a private key with the given der encoded D value.
DerToPublicKey returns uncompressed ecdsa public key bytes.
HexToECDSA returns ecdsa private key for given hex string.
MarshalPubkey converts secp256k1 public key to uncompressed bytes.
PemToECDSA creates a private key with the given openssl pem encoded value.
PubkeyFromCompressed returns public key generate from compressed public key.
S256 returns an instance of the secp256k1 curve.
Sha256 the data.
Sha3Hash the data.
ToECDSA creates a private key with the given D value.
ToECDSAUnsafe blindly converts a binary blob to a private key.
UnmarshalPubkey converts bytes to a secp256k1 public key.
# Structs
ECPEMPrivateKey openssl ec pem private key see (maybe): https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem.
ECPrivateKey reflects an ASN.1 Elliptic Curve Private Key Structure.
ECPublicKey ec public key format see (maybe): https://tls.mbed.org/kb/cryptography/asn1-key-structures-in-der-and-pem.
# Type aliases
Sha3 hash.