mirror of
https://github.com/arnaucube/circomlib.git
synced 2026-02-06 18:56:43 +01:00
d5ed1c3ce4ca137a6b3ca48bec4ac12c1b38957a
CircomLib
Description
- This repository contains a library of circuit templates.
- All files are copyrighted under 2018 0KIMS association and part of the free software circom (Zero Knowledge Circuit Compiler).
Organisation
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.
Description
Languages
Circom
73.9%
JavaScript
26.1%