Trait elliptic_curve::PointCompression[][src]

pub trait PointCompression {
    const COMPRESS_POINTS: bool;
}
Expand description

Point compression settings.

Associated Constants

Should point compression be applied by default?

Implementors