ethereum / research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broken link to field extension implementation

fibo opened this issue · comments

I was reading this article: https://medium.com/@VitalikButerin/exploring-elliptic-curve-pairings-c73c1864e627

(good to know that math I studied found a real use case :)

The article contains a link to https://github.com/ethereum/research/blob/master/zksnark/bn128_field_elements.py which now is missing.

Found the script here https://github.com/ethereum/py_pairing/blob/master/py_ecc/bn128/bn128_field_elements.py

I could add an empty bn128_field_elements.py with a comment if it makes sense.

Blog link fixed by @vbuterin