Zokrates / ZoKrates

A toolbox for zkSNARKs on Ethereum
https://zokrates.github.io
GNU Lesser General Public License v3.0
1.83k stars 361 forks source link

Add Jubjub to ECC stdlib #1282

Closed alv-around closed 1 year ago

alv-around commented 1 year ago

Add jubjub to stdlib #1251

Features:

alv-around commented 1 year ago

@dark64 @Schaeff. I finished the implementation for the Jubjub curve in the stdlib.

I had to re-arrange some stuff, because many ecc things were written for 254-bit values, and in the jubjub many are 255.

I also wrote in a way so in the future it is easy to integrate the signatures for bls12-377 and other Edwardstwisted curves