Skip to content

Commit

Permalink
Update fixed_base.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureSeeker987 authored Apr 24, 2024
1 parent d676c61 commit bd7b0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2-ecc/src/ecc/fixed_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ where
},
);
let ctx = builder.main();
// sum `scalar_mults` but take into account possiblity of identity points
// sum `scalar_mults` but take into account possibility of identity points
let any_point2 = chip.load_random_point::<C>(ctx);
let mut acc = any_point2.clone();
for point in scalar_mults {
Expand Down

0 comments on commit bd7b0fb

Please sign in to comment.