Skip to content

Commit

Permalink
reverting unhelpful change
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jul 10, 2024
1 parent 8d1f1b6 commit cfd491d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ contract AvmTest {
let g = Point { x: 1, y: 17631683881184975370165255887551781615748388533673675138860, is_infinite: false };
let scalar = Scalar { lo: 3, hi: 0 };
let scalar2 = Scalar { lo: 20, hi: 0 };
multi_scalar_mul([g, g], [scalar, scalar2])
let triple_g = multi_scalar_mul([g, g], [scalar, scalar2]);
triple_g
}

/************************************************************************
Expand Down

0 comments on commit cfd491d

Please sign in to comment.