MCPcopy Create free account
hub / github.com/crewjam/saml / Hash

Method Hash

xmlenc/digest.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (dm digestMethod) Hash() hash.Hash {
22 return dm.hash()
23}
24
25var (
26 // SHA1 implements the SHA-1 digest method (which is considered insecure)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected