66
66
unsigned int EncodedPointSize(bool compressed = false) const
67
67
{return 1 + (compressed?1:2)*GetField().MaxElementByteLength();}
68
68
// returns false if point is compressed and not valid (doesn't check if uncompressed)
71
71
void EncodePoint(byte *encodedPoint, const Point &P, bool compressed) const;
72
72
void EncodePoint(BufferedTransformation &bt, const Point &P, bool compressed) const;