MCPcopy 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
51func init() {
52 RegisterDigestMethod(SHA1)
53 RegisterDigestMethod(SHA256)
54 RegisterDigestMethod(SHA512)
55 RegisterDigestMethod(RIPEMD160)
56}

Callers

nothing calls this directly

Calls 1

RegisterDigestMethodFunction · 0.85

Tested by

no test coverage detected