MCPcopy Create free account
hub / github.com/SermoDigital/jose / Hasher

Method Hasher

crypto/none.go:62–64  ·  view source on GitHub ↗

Hasher helps implement the SigningMethod interface.

()

Source from the content-addressed store, hash-verified

60
61// Hasher helps implement the SigningMethod interface.
62func (m *SigningMethodNone) Hasher() crypto.Hash {
63 return m.Hash
64}
65
66// MarshalJSON implements json.Marshaler.
67// See SigningMethodECDSA.MarshalJSON() for information.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected