package
0.0.0-20210301081109-a173fca9e8fd
Repository: https://github.com/drep-project/drep-chain.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
Keccak256 calculates and returns the Keccak256 hash of the input data.
New224 creates a new SHA3-224 hash.
New256 creates a new SHA3-256 hash.
New384 creates a new SHA3-384 hash.
New512 creates a new SHA3-512 hash.
NewKeccak256 creates a new Keccak-256 hash.
NewKeccak512 creates a new Keccak-512 hash.
NewShake128 creates a new SHAKE128 variable-output-length ShakeHash.
NewShake256 creates a new SHAKE128 variable-output-length ShakeHash.
ShakeSum128 writes an arbitrary-length digest of data into hash.
ShakeSum256 writes an arbitrary-length digest of data into hash.
No description provided by the author
Sum224 returns the SHA3-224 digest of the data.
Sum256 returns the SHA3-256 digest of the data.
Sum384 returns the SHA3-384 digest of the data.
Sum512 returns the SHA3-512 digest of the data.
# Constants
No description provided by the author
# Interfaces
ShakeHash defines the interface to hash functions that support arbitrary-length output.