We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abb303 commit d596402Copy full SHA for d596402
1 file changed
cryptography/src/bls12381/primitives/group.rs
@@ -61,7 +61,7 @@ pub trait Element:
61
fn mul(&mut self, rhs: &Scalar);
62
}
63
64
-/// A point on a a curve.
+/// A point on a curve.
65
pub trait Point: Element {
66
/// Maps the provided data to a group element.
67
fn map(&mut self, dst: DST, message: &[u8]);
0 commit comments