- This is an experiment for milestone 4 using Go
- A complete comprehensive documentation could be found at Prototype_4_Documentation
- It is designed to produce n-sized == circuits. To run it use the command:
go run ComparatorGenerator.go n
- n: number of bytes
The repo contains a submodule; use the following commands to clone it properly:
git clone --recursive https://github.com/agorararmard/VDCS-Prototype-4
or
git clone https://github.com/agorararmard/VDCS-Prototype-4
cd VDCS-Prototype-4
git submodule update --init