evmone
evmone copied to clipboard
Fix regressed performance in BLS MUL precompiles
If the scalar passed to BLST is not less than the subgroup order, BLST switches the multiplication algorithm to a slower one. Fix this by reducing the scalar if needed.