# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
CreateAddress creates an ethereum address given the bytes and the nonce.
Ecrecover returns the uncompressed public key that created the given signature.
No description provided by the author
Keccak256 calculates and returns the Keccak256 hash of the input data.
Keccak256Hash calculates and returns the Keccak256 hash of the input data, converting it to an internal Hash data structure.
No description provided by the author
S256 returns an instance of the secp256k1 curve.
Sign calculates an ECDSA signature.
SigToPub returns the public key that created the given signature.
ToECDSA creates a private key with the given D value.
ToECDSAUnsafe blindly converts a binary blob to a private key.
ValidateSignatureValues verifies whether the signature values are valid with the given chain rules.