mirror of https://github.com/status-im/EIPs.git
Add the starting block
This commit is contained in:
parent
f3f6f2a24b
commit
9b9e9c86b8
|
@ -28,7 +28,7 @@ Pairing functions can be used to perform a limited form of multiplicatively homo
|
||||||
|
|
||||||
## Specification
|
## Specification
|
||||||
|
|
||||||
Add a precompiled contracts for a bilinear function on groups on the elliptic curve "alt_bn128". We will define the precompiled contract in terms of a discrete logarithm. The discrete logarithm is of course assumed to be hard to compute, but we will give an equivalent specification that makes use of elliptic curve pairing functions which can be efficiently computed below.
|
For blocks where `block.number >= BYZANTIUM_FORK_BLKNUM`, add a precompiled contracts for a bilinear function on groups on the elliptic curve "alt_bn128". We will define the precompiled contract in terms of a discrete logarithm. The discrete logarithm is of course assumed to be hard to compute, but we will give an equivalent specification that makes use of elliptic curve pairing functions which can be efficiently computed below.
|
||||||
|
|
||||||
Address: 0x8
|
Address: 0x8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue