Trait elliptic_curve::weierstrass::PointCompression[][src]

pub trait PointCompression {
    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...