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.
Trait Implementations
impl Copy for PointConversionForm
[src]
impl Clone for PointConversionForm
[src]
fn clone(&self) -> PointConversionForm
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more