Skip to content

Commit

Permalink
invalid point g1
Browse files Browse the repository at this point in the history
  • Loading branch information
asanso committed Apr 17, 2024
1 parent b2a29d7 commit 747cf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ def case10_fail_add_G1():
{
"Input": int_to_hex(int(G1[0]), 64) + (int_to_hex(int(P1[1]), 64)) + int_to_hex(int(P1[0]), 64) + (int_to_hex(int(P1[1]), 64)),
"ExpectedError": "invalid point: not on curve",
"Name": "bls_g1add_large_input"
"Name": "bls_g1add_point_not_on_curve"
}
]

Expand Down

0 comments on commit 747cf69

Please sign in to comment.