Electron-Labs / ed25519-circom

ED25519 implementation in Circom

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor project structure

rahulghangas opened this issue · comments

I'd like the project structure to be refactored to a standard format. Iden3 usually follows this

-- Root Folder
-- circuits (main circuits)
-- tests
-- circuits (contains main component definitions for tests)
x.js ( where x should be the name of the circuit being tested)