Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
asanso committed Feb 29, 2024
1 parent 4ee6312 commit 225e9c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
is_inf
)

from py_ecc.optimized_bls12_381 import (
FQ2,
neg
)

from py_ecc.bls.hash_to_curve import hash_to_G2

def to_bytes32(i):
Expand Down

0 comments on commit 225e9c7

Please sign in to comment.