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

pub trait Compression {
    const COMPRESS_POINTS: bool;
}

Point compression settings

Associated Constants

const COMPRESS_POINTS: bool[src]

Should point compression be applied by default?

Loading content...

Implementors

Loading content...