We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ec86e commit 2092af5Copy full SHA for 2092af5
curves/bls12_377/src/curves/tests/mod.rs
@@ -38,7 +38,7 @@ mod test {
38
assert!(
39
hash_result.x != WBCurve::BaseField::zero()
40
&& hash_result.y != WBCurve::BaseField::zero(),
41
- "we assume that not both a and b coefficienst are zero for the test curve"
+ "we assume that not both a and b coefficients are zero for the test curve"
42
);
43
44
0 commit comments