arkworks Circuit Examples There are examples of circuits useing the arkworks libraries. Multiplication $$ c_{public} = a_{private} * b_{private} $$ Cubic polynomial $$ c_{public} = x^3_{private} + x_{private} + 5 $$ Running the Tests To run the tests, simply execute the following command: cargo test --release