()
| 37 | } |
| 38 | |
| 39 | func (p *Point) EncodeCompressed() []byte { |
| 40 | return ((*bn256.G1)(p)).EncodeCompressed() |
| 41 | } |
| 42 | |
| 43 | func (p *Point) DecodeCompressed(i []byte) error { |
| 44 | return ((*bn256.G1)(p)).DecodeCompressed(i) |
no outgoing calls
no test coverage detected