Searched defs:P521Point (Results 1 – 1 of 1) sorted by relevance
21 type P521Point struct { struct24 x, y, z *fiat.P521Element37 func (p *P521Point) SetGenerator() *P521Point {45 func (p *P521Point) Set(q *P521Point) *P521Point {56 func (p *P521Point) SetBytes(b []byte) (*P521Point, error) {145 func (p *P521Point) Bytes() []byte {152 func (p *P521Point) bytes(out *[1 + 2*p521ElementLength]byte) []byte {169 func (p *P521Point) BytesX() ([]byte, error) {176 func (p *P521Point) bytesX(out *[p521ElementLength]byte) ([]byte, error) {190 func (p *P521Point) BytesCompressed() []byte {[all …]