Skip to content

Commit

Permalink
add gas
Browse files Browse the repository at this point in the history
  • Loading branch information
asanso committed Mar 5, 2024
1 parent 7851eb6 commit 2fb4178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def hex_to_int(x: str) -> int:
# TODO to change
BLS12_G1ADD_GAS = 600
BLS12_G2ADD_GAS = 4500
BLS12_G1MUL_GAS = 1200

# random point in G1
P1 = (
Expand Down

0 comments on commit 2fb4178

Please sign in to comment.