Skip to content

merdan-9/arkworks-circuit-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages