Unit

ScSSLExtensions

 

typeс

 TScECPointFormat = (ecpfUncompressed, ecpfAnsiX962CompressedPrime, ecpfAnsiX962CompressedChar2);

 TScECPointFormats = set of TScECPointFormat;

 

Description

The TScECPointFormat enumeration represents different Elliptic Curve point formats.

 

ValueMeaning
ecpfUncompressedthe uncompressed point format.
ecpfAnsiX962CompressedPrimethe 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.
ecpfAnsiX962CompressedChar2the 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

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support