From 18bdc96dcf39c13ae268dec565d7f99f1b9bd20a Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Fri, 1 Dec 2017 22:12:33 +0100 Subject: [PATCH] Fix EIP numbers --- EIPS/{eip-213.md => eip-196.md} | 2 +- EIPS/{eip-212.md => eip-197.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename EIPS/{eip-213.md => eip-196.md} (98%) rename EIPS/{eip-212.md => eip-197.md} (100%) diff --git a/EIPS/eip-213.md b/EIPS/eip-196.md similarity index 98% rename from EIPS/eip-213.md rename to EIPS/eip-196.md index 4b651fd1..d4300a21 100644 --- a/EIPS/eip-213.md +++ b/EIPS/eip-196.md @@ -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 [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). +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-197](./eip-197.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 diff --git a/EIPS/eip-212.md b/EIPS/eip-197.md similarity index 100% rename from EIPS/eip-212.md rename to EIPS/eip-197.md