[][src]Trait elliptic_curve::weierstrass::point::Compression

pub trait Compression {
    pub const COMPRESS_POINTS: bool;
}

Point compression settings

Associated Constants

pub const COMPRESS_POINTS: bool[src]

Should point compression be applied by default?

Loading content...

Implementors

Loading content...