You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…m#81)
* apply template updates found following merge with eth-typing
* add build as a dev dependency
* remove timeout from pytest.ini, it doesn't do anything without pytest-timeout as a dep
What is wrong?
Currently we use a 'constant' time hash to curve function.
It is possible to significantly increase speeds by removing the constant time requirements.
How can it be fixed
The two key areas where speeds could be made are in
py_ecc/optimized_bls12_381/optimized_swu.py
:sqrt_division_FQ2()
optimized_swu_G2()
when eithersuccess
orsuccess_2
is true.The text was updated successfully, but these errors were encountered: