Hash returns the current hash sum.
()
| 59 | |
| 60 | // Hash returns the current hash sum. |
| 61 | func (t *TrackDigestReader) Hash() hash.Hash { |
| 62 | return t.h |
| 63 | } |
| 64 | |
| 65 | // LegacySHA1Hash returns the current legacy SHA-1 hash sum. |
| 66 | func (t *TrackDigestReader) LegacySHA1Hash() hash.Hash { |
no outgoing calls
no test coverage detected