# Functions
NewPrivateKey creates a new PrivateKey structure.
NewPrivateKeyFromECDSA creates a new PrivateKey structure from ecdsa.PrivateKey.
NewPublicKeyFromByteSlice constructs an eth.publicKey instance from a byte slice.
NewPublicKeyFromECDSA creates a new PublicKey structure from ecdsa.PublicKey.
SigToPub returns the PublicKey that created the given signature.
# Structs
PrivateKey represents a private key structure used in geth and implments Crypto.PrivateKey interface.
PublicKey represents a public key structure used in geth and implements Crypto.PublicKey interface.