Trait elliptic_curve::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?