MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / MarshalHash

Method MarshalHash

crypto/asymmetric/keypair.go:61–63  ·  view source on GitHub ↗

MarshalHash marshals for hash.

()

Source from the content-addressed store, hash-verified

59
60// MarshalHash marshals for hash.
61func (k *PublicKey) MarshalHash() (keyBytes []byte, err error) {
62 return k.MarshalBinary()
63}
64
65// MarshalBinary does the serialization.
66func (k *PublicKey) MarshalBinary() (keyBytes []byte, err error) {

Callers

nothing calls this directly

Calls 1

MarshalBinaryMethod · 0.95

Tested by

no test coverage detected