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

pub trait Compression {
    const COMPRESS_POINTS: bool;
}

Point compression settings

Associated Constants

const COMPRESS_POINTS: bool

Should point compression be applied by default?

Loading content...

Implementors

Loading content...