Skip to content

Commit

Permalink
fail multi exp g2
Browse files Browse the repository at this point in the history
  • Loading branch information
asanso committed Apr 23, 2024
1 parent fa346b3 commit b0bc474
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 @@ -1319,7 +1319,7 @@ def case17_fail_multiexp_G2():
},
{
"Input": "10" + int_to_hex(int(G2[0].coeffs[0]), 63) + int_to_hex(int(G2[0].coeffs[1]), 64) + int_to_hex(int(G2[1].coeffs[0]), 64) + int_to_hex(int(G2[1].coeffs[1]), 64) + int_to_hex(int(2), 32),
"ExpectedError": "invalid input length",
"ExpectedError": "invalid field element top bytes",
"Name": "bls_g2multiexp_violate_top_bytes"
}
]
Expand Down

0 comments on commit b0bc474

Please sign in to comment.