Trait elliptic_curve::point::PointCompression
source · pub trait PointCompression {
const COMPRESS_POINTS: bool;
}
Expand description
Point compression settings.
Required Associated Constants§
sourceconst COMPRESS_POINTS: bool
const COMPRESS_POINTS: bool
Should point compression be applied by default?
Object Safety§
This trait is not object safe.