# Functions

AlgorithmForName returns the digest algorithm for the given name, or an error of type digest.ErrDigestUnsupported if the algorithm is unavailable.
NewMultiDigester returns a new MultiDigester that writes to newly initialized digesters for the given algorithms.

# Constants

No description provided by the author

# Variables

Canonical is the primary digest algorithm used to calculate checksums.

# Structs

MultiDigester is a digester that writes to multiple digesters to calculate the checksum of different algorithms.