Enum for the point conversion form as defined in X9.62 (ECDSA) for the encoding of a elliptic curve point (x,y)
Synopsis
Declared in <openssl/ec.h>
enum point_conversion_form_t;
Members
Name |
Description |
|
the point is encoded as z||x, where the octet z specifies which solution of the quadratic equation y is |
|
the point is encoded as z||x||y, where z is the octet 0x04 |
|
the point is encoded as z||x||y, where the octet z specifies which solution of the quadratic equation y is |
Created with MrDocs