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

Function init

crypto/none.go:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8)
9
10func init() {
11 crypto.RegisterHash(crypto.Hash(0), h)
12}
13
14// h is passed to crypto.RegisterHash.
15func h() hash.Hash {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected