Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <[email protected]>
  • Loading branch information
garyschulte committed Oct 1, 2024
1 parent cc1aea7 commit d35de05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnark/gnark-jni/gnark-test-data.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ func main() {
fmt.Println("\nAvailable commands:")
fmt.Println("\teip2537_g1msm <iter> generate bls12-381 precompile G1 MSM input data for <iter> point/scalar combinations")
fmt.Println("\teip2537_g2msm <iter> generate bls12-381 precompile G2 MSM input data for <iter> point/scalar combinations")
fmt.Println("\teip196_g1add <lines> generate <lines> lines unit test CSV input for bn254 G1 add precompile")
fmt.Println("\teip196_g1mul <lines> generate <lines> lines unit test CSV input for bn254 G1 mul precompile")
fmt.Println("\teip196_g1add <lines> generate <lines> lines unit test CSV random input for bn254 G1 add precompile")
fmt.Println("\teip196_g1mul <lines> generate <lines> lines unit test CSV random input for bn254 G1 mul precompile")
fmt.Println("\texit quit the test data generator app")
fmt.Print("Enter command: ")

Expand Down

0 comments on commit d35de05

Please sign in to comment.