Merge branch 'main' of https://github.com/iden3/circomlibjs into main

This commit is contained in:
Jordi Baylina 2021-10-06 14:52:27 +02:00
commit f50bf95a1b
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
#circomlibjs
Javascript library to work with circomlib circuits
`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:
```text
npm install -g circomlibjs
```