Struct openssl::ec::PointConversionForm [−][src]
pub struct PointConversionForm(_);
Compressed or Uncompressed conversion
Conversion from the binary value of the point on the curve is performed in one of compressed, uncompressed, or hybrid conversions. The default is compressed, except for binary curves.
Further documentation is available in the X9.62 standard.
Implementations
impl PointConversionForm
[src]
impl PointConversionForm
[src]pub const COMPRESSED: PointConversionForm
[src]
Compressed conversion from point value.
pub const UNCOMPRESSED: PointConversionForm
[src]
Uncompressed conversion from point value.
pub const HYBRID: PointConversionForm
[src]
Performs both compressed and uncompressed conversions.
Trait Implementations
impl Clone for PointConversionForm
[src]
impl Clone for PointConversionForm
[src]