Fix links

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

View File

@ -133,6 +133,6 @@ And thus, the precompiled contract can be implemented by verifying that
Implementations 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/libff/algebra/curves/alt_bn128/alt_bn128_g1.hpp) (C++)
- [bn](https://github.com/zcash/bn/blob/master/src/groups/mod.rs) (Rust)
- [Python](https://github.com/ethereum/research/blob/master/zksnark/bn128_pairing.py)
- [Python](https://github.com/ethereum/py_pairing/blob/master/py_ecc/bn128/bn128_pairing.py)