MCPcopy Create free account
hub / github.com/deroproject/derohe / EncodeCompressed

Method EncodeCompressed

cryptography/crypto/group.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (p *Point) EncodeCompressed() []byte {
40 return ((*bn256.G1)(p)).EncodeCompressed()
41}
42
43func (p *Point) DecodeCompressed(i []byte) error {
44 return ((*bn256.G1)(p)).DecodeCompressed(i)

Callers 9

SerializeMethod · 0.45
NonceMethod · 0.45
SerializeMethod · 0.45
StringMethod · 0.45
StringHexMethod · 0.45
MarshalTextMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
GenerateSharedSecretFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected