package
0.0.0-20190918032558-02f1fe41ded6
Repository: https://github.com/tangerine-network/tangerine-consensus.git
Documentation: pkg.go.dev

# 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.