Skip to content

Commit 206b5f1

Browse files
authored
Update wb.rs
1 parent 2092af5 commit 206b5f1

File tree

1 file changed

+1
-1
lines changed
  • ec/src/hashing/curve_maps

1 file changed

+1
-1
lines changed

ec/src/hashing/curve_maps/wb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ mod test {
329329

330330
assert!(
331331
hash_result.x != F127_ZERO && hash_result.y != F127_ZERO,
332-
"we assume that not both a and b coefficienst are zero for the test curve"
332+
"we assume that not both a and b coefficients are zero for the test curve"
333333
);
334334

335335
assert!(

0 commit comments

Comments
 (0)