MCPcopy Create free account
hub / github.com/opencontainers/go-digest / Algorithm

TypeAlias Algorithm

algorithm.go:29–29  ·  view source on GitHub ↗

Algorithm identifies and implementation of a digester by an identifier. Note the that this defines both the hash algorithm used and the string encoding.

Source from the content-addressed store, hash-verified

27// Note the that this defines both the hash algorithm used and the string
28// encoding.
29type Algorithm string
30
31// supported digest types
32const (

Callers 4

NewDigestFromHexFunction · 0.85
ValidateMethod · 0.85
AlgorithmMethod · 0.85
SetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected