Electron-Labs / ed25519-circom

ED25519 implementation in Circom
https://docs.electronlabs.org/
106 stars 15 forks source link

Optimize big int circuits to use base 2^85 #59

Closed rahulghangas closed 2 years ago

rahulghangas commented 2 years ago

As title

rahulghangas commented 2 years ago

@jinankjain this will require quite a refactor. Also some design discussion needed, some things should not be generalized because they're ed25519 specific. I'm going to merge this branch and open an issue to track generalization of circuits