HarryR / ethsnarks

A toolkit for viable zk-SNARKS on Ethereum, Web, Mobile and Desktop
GNU Lesser General Public License v3.0
240 stars 57 forks source link

Added FQ from py_ecc, changed shamir poly tests to use it #51

Closed HarryR closed 5 years ago

HarryR commented 5 years ago

This imports the FQ class from py_ecc for dealing with modulo field elements.

It changes the Shamir's poly Python code to use this new class.