Electron-Labs / ed25519-circom

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

Replace keccak256 with sha256 for output hash calculation #60

Closed rahulghangas closed 2 years ago

rahulghangas commented 2 years ago

Since we can't use input greater than blockSize in the circom implementation of keccak, replace hashing of validator (sub)set with sha256

To be merged after #59