method
point_conversion_form=
v2_6_3 -
Show latest stable
-
0 notes -
Class: Group
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378 (0)
- 1_9_2_180 (0)
- 1_9_3_125 (0)
- 1_9_3_392 (0)
- 2_1_10 (0)
- 2_2_9 (0)
- 2_4_6 (38)
- 2_5_5 (1)
- 2_6_3 (0)
- What's this?
point_conversion_form=(p1)
public
Sets the form how EC::Point data is encoded as ASN.1 as defined in X9.62.
format can be one of these:
:compressed |
Encoded as z||x, where z is an octet indicating which solution of the equation y is. z will be 0x02 or 0x03. |
:uncompressed |
Encoded as z||x||y, where z is an octet 0x04. |
:hybrid |
Encodes as z||x||y, where z is an octet indicating which solution of the equation y is. z will be 0x06 or 0x07. |
See the OpenSSL documentation for EC_GROUP_set_point_conversion_form()