# Packages
No description provided by the author
# Functions
NewIdentifier returns a new Identifier for the given data.
TriBoolFromBytes unmarshals a TriBool from a sequence of bytes.
TriBoolFromMarshalUtil unmarshals a TriBool using a MarshalUtil (for easier unmarshaling).
# Constants
False represents the equivalent of the boolean false value.
IdentifierLength contains the byte length of a serialized Identifier.
Maybe represents an indeterminate where we are not entirely sure if the value is True or False.
True represents the equivalent of the boolean true value.
# Variables
No description provided by the author
# Type aliases
Identifier is a 32 byte hash value that can be used to uniquely identify some blob of data.
TriBool represents a boolean value that can have an additional Maybe state.