Javascript library to work with circomlib circuits
Go to file
Jordi Baylina b64db03425
0.0.5
2021-10-06 17:14:32 +02:00
src Fix typo mimc7 2021-10-06 17:14:22 +02:00
test Transfer from circomlib 2021-10-06 11:28:14 +02:00
tools Move preprocession tools to tools 2021-10-06 11:40:45 +02:00
.gitignore Transfer from circomlib 2021-10-06 11:28:14 +02:00
README.md modified README 2021-10-06 12:39:27 +02:00
index.js index added 2021-10-06 16:21:14 +02:00
package-lock.json 0.0.5 2021-10-06 17:14:32 +02:00
package.json 0.0.5 2021-10-06 17:14:32 +02:00

README.md

#circomlibjs

circomlibjs is a Javascript library that provides programs to compute the witness of several circuits of circomlib. This library is used to make tests of circomlib circuits.

In the src directory the package includes these programs, in the test directory includes its own tests and, in the tools directory includes programs to precompute some needed parameters.

You can install circomlibjs with the following command:

npm install -g circomlibjs