From 350c8b5a915f5d1db57a53998e567a3bc451174b Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 1 Jun 2017 10:20:31 +0200 Subject: [PATCH] Update external links. --- EIPS/ecopts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/ecopts.md b/EIPS/ecopts.md index 57f1f05e..d9cebd8f 100644 --- a/EIPS/ecopts.md +++ b/EIPS/ecopts.md @@ -93,12 +93,12 @@ Inputs to test: Implementation of these primitives are available here: - - [libsnark](https://github.com/scipr-lab/libsnark/blob/master/src/algebra/curves/alt_bn128/alt_bn128_g1.hpp) (C++) + - [libff](https://github.com/scipr-lab/libff/blob/master/src/algebra/curves/alt_bn128/alt_bn128_g1.cpp) (C++) - [bn](https://github.com/zcash/bn/blob/master/src/groups/mod.rs) (Rust) In both codebases, a specific group on the curve alt_bn128 is used and is called G1. - - [Python](https://github.com/ethereum/research/blob/master/zksnark/bn128_curve.py) - probably most self-contained and best readable. + - [Python](https://github.com/ethereum/research/blob/master/zksnark/py_pairing/py_pairing/bn128_curve.py) - probably most self-contained and best readable. ## Copyright