Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed May 8, 2024
1 parent 35e2e65 commit 6a8098c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
use dep::std;

unconstrained fn main(
priv_key: Field,
pub_x: pub Field,
pub_y: pub Field,
) {
unconstrained fn main(priv_key: Field, pub_x: pub Field, pub_y: pub Field) {
let g1_y = 17631683881184975370165255887551781615748388533673675138860;
let g1 = std::embedded_curve_ops::EmbeddedCurvePoint { x: 1, y: g1_y };

Expand Down

0 comments on commit 6a8098c

Please sign in to comment.