Closed rodiazet closed 2 months ago
Implementation of the bls12_g1add precompile: E1 affine points' addition from BLS12-381 curve according to the EIP-2537 spec https://eips.ethereum.org/EIPS/eip-2537#abi-for-g1-addition.
bls12_g1add
Depends on https://github.com/ethereum/evmone/pull/984
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.13%. Comparing base (07d2f7a) to head (2ca9a94). Report is 1 commits behind head on master.
07d2f7a
2ca9a94
Implementation of the
bls12_g1add
precompile: E1 affine points' addition from BLS12-381 curve according to the EIP-2537 spec https://eips.ethereum.org/EIPS/eip-2537#abi-for-g1-addition.Depends on https://github.com/ethereum/evmone/pull/984