Value | Meaning |
---|---|
POINT_CONVERSION_COMPRESSED2 | the point is encoded as z||x, where the octet z specifies * which solution of the quadratic equation y is |
POINT_CONVERSION_UNCOMPRESSED4 | the point is encoded as z||x||y, where z is the octet 0x02 |
POINT_CONVERSION_HYBRID6 | the point is encoded as z||x||y, where the octet z specifies * which solution of the quadratic equation y is |
Page generated by adrdox
Enum for the point conversion form as defined in X9.62 (ECDSA) * for the encoding of a elliptic curve point (x,y)