Trait elliptic_curve::PointCompaction
source · pub trait PointCompaction {
const COMPACT_POINTS: bool;
}
Expand description
Point compaction settings.
Required Associated Constants§
sourceconst COMPACT_POINTS: bool
const COMPACT_POINTS: bool
Should point compaction be applied by default?