MCPcopy
hub / github.com/minio/minio-go / newMd5Hasher

Function newMd5Hasher

utils.go:598–600  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

596)
597
598func newMd5Hasher() md5simd.Hasher {
599 return &hashWrapper{Hash: md5Pool.Get().(hash.Hash), isMD5: true}
600}
601
602func newSHA256Hasher() md5simd.Hasher {
603 return &hashWrapper{Hash: sha256Pool.Get().(hash.Hash), isSHA256: true}

Callers 1

sumMD5Base64Function · 0.85

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected