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.
 
 
Jack Gilcrest 556d570e80 out of bounds on constraint gen maybe 2d array? 11 months ago
..
.vscode out of bounds on constraint gen maybe 2d array? 11 months ago
circuits out of bounds on constraint gen maybe 2d array? 11 months ago
doc out of bounds on constraint gen maybe 2d array? 11 months ago
test out of bounds on constraint gen maybe 2d array? 11 months ago
README.md out of bounds on constraint gen maybe 2d array? 11 months ago
index.js out of bounds on constraint gen maybe 2d array? 11 months ago
package.json out of bounds on constraint gen maybe 2d array? 11 months ago

README.md

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).
  • You can read more about the circom language in the circom documentation webpage.

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.