circomlibjs/README.md

13 lines
479 B
Markdown
Raw Normal View History

2021-10-06 11:28:14 +02:00
#circomlibjs
2021-10-06 12:39:27 +02:00
`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.
2021-10-06 11:28:14 +02:00
2021-10-06 12:39:27 +02:00
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:
```text
npm install -g circomlibjs
```