Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iden3/circomlibjs
Javascript library to work with circomlib circuits
https://github.com/iden3/circomlibjs
Last synced: 3 months ago
JSON representation
Javascript library to work with circomlib circuits
- Host: GitHub
- URL: https://github.com/iden3/circomlibjs
- Owner: iden3
- Created: 2021-10-06T09:30:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T14:37:06.000Z (7 months ago)
- Last Synced: 2024-04-26T15:32:21.708Z (7 months ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 73
- Watchers: 9
- Forks: 53
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-circom - circomlibjs - Javascript library to work with circomlib circuits (Cryptographic primitives / Cryptographic primitives in other languages)
README
#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:
```text
npm install -g circomlibjs
```