Fix EIP numbers

This commit is contained in:
Yoichi Hirai 2017-12-01 22:15:51 +01:00
parent 2216e5afae
commit d67fea0a1c
No known key found for this signature in database
GPG Key ID: E7B75D080FCF7992
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Precompiled contracts for elliptic curve pairing operations are required in orde
## Abstract
This EIP suggests to add precompiled contracts for a pairing function on a specific pairing-friendly elliptic curve. This can in turn be combined with [EIP-213](./eip-213.md) to verify zkSNARKs in Ethereum smart contracts. The general benefit of zkSNARKs for Ethereum is that it will increase the privacy for users (because of the Zero-Knowledge property) and might also be a scalability solution (because of the succinctness and efficient verifiability property).
This EIP suggests to add precompiled contracts for a pairing function on a specific pairing-friendly elliptic curve. This can in turn be combined with [EIP-196](./eip-196.md) to verify zkSNARKs in Ethereum smart contracts. The general benefit of zkSNARKs for Ethereum is that it will increase the privacy for users (because of the Zero-Knowledge property) and might also be a scalability solution (because of the succinctness and efficient verifiability property).
## Motivation