Algorithm returns the artifact's algorithm
()
| 80 | |
| 81 | // Algorithm returns the artifact's algorithm |
| 82 | func (a *DigestedArtifact) Algorithm() string { |
| 83 | return a.digestAlg |
| 84 | } |
| 85 | |
| 86 | // DigestWithAlg returns the digest:algorithm of the artifact |
| 87 | func (a *DigestedArtifact) DigestWithAlg() string { |
no outgoing calls