package
2.0.0+incompatible
Repository: https://github.com/axiacoin/axia-network-v2.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Checksum Create checksum of [length] bytes from the 256 bit hash of the byte slice.
ComputeHash160 Compute a cryptographically strong 160 bit hash of the input byte slice.
ComputeHash160Array Compute a cryptographically strong 160 bit hash of the input byte slice.
ComputeHash256 Compute a cryptographically strong 256 bit hash of the input byte slice.
ComputeHash256Array Compute a cryptographically strong 256 bit hash of the input byte slice.
ComputeHash256Ranges Compute a cryptographically strong 256 bit hash of the input byte slice in the ranges specified.
NewMockHasher creates a new mock instance.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
MockHasher is a mock of Hasher interface.
MockHasherMockRecorder is the mock recorder for MockHasher.
# Interfaces
Hasher is an interface to compute a hash value.