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

Method Algorithm

xmlenc/digest.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func (dm digestMethod) Algorithm() string {
18 return dm.algorithm
19}
20
21func (dm digestMethod) Hash() hash.Hash {
22 return dm.hash()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected