Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions EIPS/eip-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ If `block.number >= X` we introduce *seven* separate precompiles to perform the
- G1MUL - to perform point multiplication on a curve defined over prime field
- G1MULTIEXP - to perform multiexponentiation on a curve defined over prime field
- G2ADD - to perform point addition on a curve twist defined over quadratic extension of the base field
- G1MUL - to perform point multiplication on a curve twist defined over quadratic extension of the base field
- G1MULTIEXP - to perform multiexponentiation on a curve twist defined over quadratic extension of the base field
- G2MUL - to perform point multiplication on a curve twist defined over quadratic extension of the base field
- G2MULTIEXP - to perform multiexponentiation on a curve twist defined over quadratic extension of the base field
- PAIRING - to perform a pairing operations between a set of *pairs* of (G1, G2) points

Multiexponentiation operation is included to efficiently aggregate public keys or individual signer's signatures during BLS signature verification.
Expand Down Expand Up @@ -168,4 +168,4 @@ There is a various choice of existing implementations:
Strictly following the spec will eliminate security implications or consensus implications in a contrast to the previous BN254 precompile.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).