cf / circuitpp

a library for teaching arithmetic circuits to college students written in terrible c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

circuit pp

a library for writing arithmetic circuits in cpp for a course on applied zkp at shanghai university

warning: my c++ is very bad

cmake -S standalone -B build/standalone
cmake --build build/standalone
./build/standalone/CircuitPP --help

About

a library for teaching arithmetic circuits to college students written in terrible c++

License:MIT License


Languages

Language:C++ 61.2%Language:CMake 38.8%Language:C 0.1%