package
3.9.1-2869
Repository: https://github.com/deepfactor-io/trivy.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewDigest returns a Digest from alg and a hash.Hash object.
NewDigestFromString returns a Digest from alg and a string.

# Constants

md5 with hex encoding (lower case only).
sha1 with hex encoding (lower case only).
sha256 with hex encoding (lower case only).

# Type aliases

No description provided by the author
Digest allows simple protection of hex formatted digest strings, prefixed by their algorithm.