package
0.0.0-20210827224422-e5fa29d95e8b
Repository: https://github.com/attic-labs/noms.git
Documentation: pkg.go.dev

# Functions

MaybeParse parses a string representing a hash as a Base32 encoded byte array.
New creates a new Hash backed by data, ensuring that data is an acceptable length.
Of computes a new Hash from data.
Parse parses a string representing a hash as a Base32 encoded byte array.

# Constants

ByteLen is the number of bytes used to represent the Hash.
20 * 8 / log2(32).

# Type aliases

Hash is used to represent the hash of a Noms Value.
HashSet is a set of Hashes.