Documentation ¶
Index ¶
Constants ¶
View Source
const (
SHA1 digest.Algorithm = "sha1"
)
Variables ¶
View Source
var ( // Canonical is the primary digest algorithm used to calculate checksums // for e.g. Helm release objects and config values. Canonical = digest.SHA256 )
Functions ¶
func AlgorithmForName ¶
AlgorithmForName returns the digest algorithm for the given name, or an error of type digest.ErrDigestUnsupported if the algorithm is unavailable.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.