github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/syft/file/digest.go (about)

     1  package file
     2  
     3  type Digest struct {
     4  	Algorithm string `json:"algorithm"`
     5  	Value     string `json:"value"`
     6  }