Trait elliptic_curve::PointCompaction[][src]

pub trait PointCompaction {
    const COMPACT_POINTS: bool;
}
Expand description

Point compaction settings.

Associated Constants

Should point compaction be applied by default?

Implementors