Skip to content

Commit

Permalink
Update noir_stdlib/src/scalar_mul.nr
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Vezenov <[email protected]>
  • Loading branch information
kevaundray and vezenovm authored Aug 31, 2023
1 parent 4e76de1 commit 5687599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir_stdlib/src/scalar_mul.nr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// For bn254, We have Grumpkin and Baby JubJub.
// For bls12-381, we have JubJub and Bandersnatch.
//
// The embedded curve being used, currently is decided by the
// The embedded curve being used is decided by the
// underlying proof system.
#[foreign(fixed_base_scalar_mul)]
fn fixed_base_embedded_curve(_input : Field) -> [Field; 2] {}

0 comments on commit 5687599

Please sign in to comment.