Unit
ScSSLExtensions
typeс
TScECPointFormat = (ecpfUncompressed, ecpfAnsiX962CompressedPrime, ecpfAnsiX962CompressedChar2);
TScECPointFormats = set of TScECPointFormat;
Description
The TScECPointFormat enumeration represents different Elliptic Curve point formats.
| Value | Meaning |
| ecpfUncompressed | the uncompressed point format. |
| ecpfAnsiX962CompressedPrime | the compressed point format, applied only to prime curves, that reduce bandwidth by including only the x-coordinate and a single bit of the y-coordinate of the point. |
| ecpfAnsiX962CompressedChar2 | the compressed point format, applied only to characteristic-2 curves, that reduce bandwidth by including only the x-coordinate and a single bit of the y-coordinate of the point. |
See also
TTLSEllipticCurvePointFormatsExtension