Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crewjam/saml
/ init
Function
init
xmlenc/digest.go:51–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
)
50
51
func
init() {
52
RegisterDigestMethod(SHA1)
53
RegisterDigestMethod(SHA256)
54
RegisterDigestMethod(SHA512)
55
RegisterDigestMethod(RIPEMD160)
56
}
Callers
nothing calls this directly
Calls
1
RegisterDigestMethod
Function · 0.85
Tested by
no test coverage detected