Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 364 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 364 Bytes

arkworks Circuit Examples

There are examples of circuits useing the arkworks libraries.

  1. Multiplication

$$ c_{public} = a_{private} * b_{private} $$

  1. 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