Struct openssl::ec::PointConversionForm [−][src]
pub struct PointConversionForm(_);
Expand description
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
Compressed conversion from point value.
Uncompressed conversion from point value.
Performs both compressed and uncompressed conversions.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PointConversionForm
impl Send for PointConversionForm
impl Sync for PointConversionForm
impl Unpin for PointConversionForm
impl UnwindSafe for PointConversionForm
Blanket Implementations
Mutably borrows from an owned value. Read more