We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafa3ed commit 071bbbdCopy full SHA for 071bbbd
generic-ec-core/src/lib.rs
@@ -252,7 +252,7 @@ pub trait Reduce<const N: usize> {
252
/// Marker trait for curves whose underlying implementation doesn't allow
253
/// representing invalid points.
254
/// # Safety
255
-/// Safe to implement when the checks for invalid points always return `true`.
+/// Safe to implement when the checks for valid points always return `true`.
256
/// Those checks are:
257
/// - [`OnCurve::is_on_curve`]
258
/// - [`SmallFactor::is_torsion_free`]
0 commit comments