# Functions
BlobToManifest converts the given Blob representing the string representation of a Manifest into a Manifest.
BlobWithDigestType returns a new BlobOption sets the DigestType to be used.
BlobWithKnownDigest returns a new BlobOption that results in validation that the Digest for the new Blob matches an existing known Digest.
DigestEqual returns true if the given Digests are considered equal.
DigestWithDigestType returns a new DigestOption that specifies the DigestType to be used.
ManifestToBlob converts the string representation of the given Manifest into a Blob.
ManifestToDigest converts the string representation of the given Manifest into a Digest.
NewBlobForContent returns a new Blob for the content as read from the Reader.
NewBlobSet returns a new BlobSet.
NewDigest returns a new Digest for the value.
NewDigestForContent creates a new Digest based on the given content read from the Reader.
NewFileNode returns a new FileNode.
NewFileSet returns a new FileSet.
NewFileSetForBucket returns a new FileSet for the given ReadBucket.
NewManifest returns a new Manifest for the given path -> Digest map.
ParseDigest parses a Digest from its string representation.
ParseDigestType parses a DigestType from its string representation.
ParseFileNode parses the FileNode from its string representation.
ParseManifest parses a Manifest from its string representation.
PutFileSetToBucket writes the FileSet to the given WriteBucket.
# Constants
DigestTypeShake256 represents the shake256 digest type.
# Type aliases
BlobOption is an option when constructing a new Blob.
DigestOption is an option for a new Digest.
DigestType is a type of digest.