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.
 
arnau e3eb834322
Merge pull request #23 from kobigurk/fix/mimcsponge_round_constants
5 years ago
calcpedersenbases Change to a standard generator for Baby Jub 5 years ago
circuits MiMCSponge: makes first and last round constants always zero 5 years ago
doc Update web3 5 years ago
src multiget 5 years ago
test multiget 5 years ago
.eslintrc.js first commit 6 years ago
.gitignore first commit 6 years ago
README.md Updated README files 5 years ago
index.js Dependencies and publish smt 5 years ago
package-lock.json 0.0.19 5 years ago
package.json 0.0.19 5 years 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).

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.