Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crewjam/saml
/ Algorithm
Method
Algorithm
xmlenc/xmlenc.go:36–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
// DigestMethod represents a digest method such as SHA1, etc.
35
type
DigestMethod
interface
{
36
Algorithm() string
37
Hash() hash.Hash
38
}
39
Callers
nothing calls this directly
Implementers
1
digestMethod
xmlenc/digest.go
Calls
no outgoing calls
Tested by
no test coverage detected