package
0.0.0-20211029074233-7bd301ebe8d3
Repository: https://github.com/umbracle/minimal.git
Documentation: pkg.go.dev
# Functions
CreateAddress creates an Ethereum address.
CreateAddress2 creates an Ethereum address following the CREATE2 Opcode.
No description provided by the author
GenerateKey generates a new key based on the secp256k1 elliptic curve.
Keccak256 calculates the Keccak256.
No description provided by the author
MarshallPublicKey marshalls a public key on the secp256k1 elliptic curve.
No description provided by the author
No description provided by the author
No description provided by the author
ParsePublicKey parses bytes into a public key on the secp256k1 elliptic curve.
PubKeyToAddress returns the Ethereum address of a public key.
RecoverPubkey verifies the compact signature "signature" of "hash" for the secp256k1 curve.
Sign produces a compact signature of the data in hash with the given private key on the secp256k1 curve.
ValidateSignatureValues checks if the signature values are correct.
# Variables
S256 is the secp256k1 elliptic curve.
# Structs
No description provided by the author
No description provided by the author
# Interfaces
TxSigner recovers data from a transaction.