Jordi Baylina e32460efe1 | 4 years ago | |
---|---|---|
calcpedersenbases | 5 years ago | |
circuits | 4 years ago | |
doc | 5 years ago | |
src | 4 years ago | |
test | 4 years ago | |
.eslintrc.js | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 5 years ago | |
index.js | 5 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago |
This respository contains 5 folders:
circuits
: it contains the implementation of different cryptographic primitives in circom language.calcpedersenbases
: set of functions in JavaScript used to find a set of points in Baby Jubjub elliptic curve that serve as basis for the Pedersen Hash.doc
: it contains some circuit schemes in ASCII (must be opened with Monodraw, an ASCII art editor for Mac).src
: it contains similar implementation of circuits in JavaScript.test
: tests.A description of the specific circuit templates for the circuit
folder will be soon updated.