Skip to content

Commit 071bbbd

Browse files
committed
Typo
Signed-off-by: maurges <nikita@dfns.co>
1 parent fafa3ed commit 071bbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic-ec-core/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ pub trait Reduce<const N: usize> {
252252
/// Marker trait for curves whose underlying implementation doesn't allow
253253
/// representing invalid points.
254254
/// # Safety
255-
/// Safe to implement when the checks for invalid points always return `true`.
255+
/// Safe to implement when the checks for valid points always return `true`.
256256
/// Those checks are:
257257
/// - [`OnCurve::is_on_curve`]
258258
/// - [`SmallFactor::is_torsion_free`]

0 commit comments

Comments
 (0)