Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sqltrigger committed Dec 13, 2023
1 parent 4b15168 commit b49b856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/nonnative/reduce.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ impl<TargetField: PrimeField, BaseField: PrimeField> Reducer<TargetField, BaseFi

for (left_limb, right_limb) in left.iter().zip(right.iter()).rev() {
// note: the `rev` operation is here, so that the first limb (and the first
// groupped limb) will be the least significant limb.
// grouped limb) will be the least significant limb.
limb_pairs.push((left_limb.clone(), right_limb.clone()));
}

Expand Down

0 comments on commit b49b856

Please sign in to comment.