mirror of https://github.com/status-im/EIPs.git
Fix the link format
This commit is contained in:
parent
e0c717c96c
commit
8f686cc311
|
@ -0,0 +1 @@
|
|||
Reserved for https://github.com/ethereum/EIPs/pull/212
|
|
@ -15,7 +15,7 @@ Precompiled contracts for elliptic curve operations are required in order to per
|
|||
|
||||
## Abstract
|
||||
|
||||
This EIP suggests to add precompiled contracts for addition and scalar multiplication on a specific pairing-friendly elliptic curve. This can in turn be combined with https://github.com/ethereum/EIPs/pull/212 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 addition and scalar multiplication on a specific pairing-friendly elliptic curve. This can in turn be combined with [EIP-212](./eip-212.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
|
||||
|
||||
|
|
Loading…
Reference in New Issue