Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
func
newSHA256Hasher() md5simd.Hasher {
39
return
&hashWrapper{Hash: sha256.New()}
40
}
41
42
func
(m *hashWrapper) Close() {
43
m.Hash = nil
Callers
4
TestGetSeedSignature
Function · 0.70
TestSetStreamingAuthorization
Function · 0.70
TestSetStreamingAuthorizationTrailer
Function · 0.70
TestStreamingReader
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected