You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
1.0 KiB

5 years ago
5 years ago
3 years ago
3 years ago
  1. # CircomLib
  2. ## Description
  3. - This repository contains a library of circuit templates.
  4. - All files are copyrighted under 2018 0KIMS association and part of the free software [circom](https://github.com/iden3/circom) (Zero Knowledge Circuit Compiler).
  5. - You can read more about the circom language in [the circom documentation webpage](https://docs.circom.io/).
  6. ## Organisation
  7. This respository contains 5 folders:
  8. - `circuits`: it contains the implementation of different cryptographic primitives in circom language.
  9. - `calcpedersenbases`: set of functions in JavaScript used to find a set of points in [Baby Jubjub](https://github.com/barryWhiteHat/baby_jubjub) elliptic curve that serve as basis for the [Pedersen Hash](https://github.com/zcash/zcash/issues/2234).
  10. - `doc`: it contains some circuit schemes in ASCII (must be opened with Monodraw, an ASCII art editor for Mac).
  11. - `src`: it contains similar implementation of circuits in JavaScript.
  12. - `test`: tests.
  13. A description of the specific circuit templates for the `circuit` folder will be soon updated.