github.com/kastenhq/syft@v0.0.0-20230821225854-0710af25cdbe/syft/file/digest.go (about) 1 package file 2 3 type Digest struct { 4 Algorithm string `json:"algorithm"` 5 Value string `json:"value"` 6 }