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

Function newSHA256Hasher

pkg/signer/request-signature-streaming_test.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func newSHA256Hasher() md5simd.Hasher {
39 return &hashWrapper{Hash: sha256.New()}
40}
41
42func (m *hashWrapper) Close() {
43 m.Hash = nil

Callers 4

TestGetSeedSignatureFunction · 0.70
TestStreamingReaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected