# Packages
Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb.
Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
CreateAddress creates an core address given the bytes and the nonce.
CreateAddress2 creates an core address given the address bytes, initial contract code hash and a salt.
No description provided by the author
Ecrecover returns the public key that created the given signature.
No description provided by the author
Keccak512 calculates and returns the Keccak512 hash of the input data.
LoadEDDSA loads a ed448 private key from the given file.
MarshalPrivateKey exports a private key into a binary dump.
No description provided by the author
SaveEDDSA saves a private key to the given file with restrictive permissions.
SHA3 calculates and returns the SHA3 hash of the input data.
SHA3Hash calculates and returns the SHA3 hash of the input data, converting it to an internal Hash data structure.
Sign calculates an EDDSA signature.
SigToPub returns the public key that created the given signature.
UnmarshalPrivateKey creates a private key with the given D value.
UnmarshalPrivateKeyHex parses a private key.
UnmarshalPubKey converts bytes to a public key.
VerifySignature checks that the given public key created signature over hash.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Interfaces
SHA3State wraps sha3.state.
# Type aliases
No description provided by the author