Trait elliptic_curve::point::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?
Object Safety§
This trait is not object safe.