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

Function newMd5Hasher

utils.go:597–599  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

595)
596
597func newMd5Hasher() md5simd.Hasher {
598 return &hashWrapper{Hash: md5Pool.Get().(hash.Hash), isMD5: true}
599}
600
601func newSHA256Hasher() md5simd.Hasher {
602 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