package
6.0.0-beta.10+incompatible
Repository: https://github.com/nuts-foundation/nuts-node.git
Documentation: pkg.go.dev

# Functions

EmptyHash returns a Hash that is empty (initialized with zeros).
No description provided by the author
FromSlice converts a byte slice to a Hash, returning a copy.
ParseHex parses the given input string as Hash.
RandomHash returns a Hash that is initialized with math/rand.
SHA256Sum creates a sha256 hash from the given bytes.

# Constants

SHA256HashSize holds the size of a sha256 hash in bytes.

# Type aliases

SHA256Hash is a SHA256 Hash over some bytes.