From c87b94f39d3c97712057d35abb42c2f4f0449277 Mon Sep 17 00:00:00 2001 From: Antonio Salazar Cardozo Date: Fri, 5 Jul 2019 09:23:34 -0400 Subject: [PATCH] Add reference to issue 1187 --- EIPS/eip-1108.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EIPS/eip-1108.md b/EIPS/eip-1108.md index e67cd8a8f286c6..ce6438e3a66202 100644 --- a/EIPS/eip-1108.md +++ b/EIPS/eip-1108.md @@ -131,6 +131,9 @@ Both the Parity and Geth clients have already implemented cryptographic librarie * [MCL, a portable C++ pairing library](https://github.com/herumi/mcl) * [Libff, a C++ pairing library used in many zk-SNARK libraries](https://github.com/scipr-lab/libff) +## Additional References + +@vbuterin independently proposed a similar reduction after this EIP was originally created, with similar rationale, as [ethereum/EIPs#1187](https://github.com/ethereum/EIPs/issues/1187). ## Copyright Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).