We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d295813 commit 0f5f155Copy full SHA for 0f5f155
tests/core/pyspec/eth2spec/utils/bls.py
@@ -1,5 +1,5 @@
1
from py_ecc.bls import G2ProofOfPossession as py_ecc_bls
2
-from py_ecc.bls.g2_primatives import signature_to_G2 as _signature_to_G2
+from py_ecc.bls.g2_primitives import signature_to_G2 as _signature_to_G2
3
from py_ecc.optimized_bls12_381 import ( # noqa: F401
4
G1 as py_ecc_G1,
5
G2 as py_ecc_G2,
0 commit comments