Trait NoInvalidPoints

Source
pub unsafe trait NoInvalidPoints { }
Expand description

Marker trait for curves whose underlying implementation doesn’t allow representing invalid points.

§Safety

Safe to implement when the checks for valid points always return true. Those checks are:

Implementors§