Electron-Labs / ed25519-circom

ED25519 implementation in Circom

Home Page:https://docs.electronlabs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename signals to standard names

rahulghangas opened this issue · comments

Input signals are usually in and output signals are out. If multiple signals of same dimensions are used, it would be better off to create a single multidimensional input array. See https://github.com/iden3/circomlib/blob/master/circuits/binsum.circom for reference