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

Investigate alternative (faster) libraries for BN256 and BLS12_381 operations #94

Open HarryR opened 5 years ago

HarryR commented 5 years ago

The 'MCL' library may be faster: https://github.com/herumi/mcl

HarryR commented 5 years ago

https://github.com/AztecProtocol/barretenberg looks promising too