Skip to content

Library of basic circuits for circom

Notifications You must be signed in to change notification settings

status-im/circomlib

This branch is 5 commits ahead of, 9 commits behind iden3/circomlib:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 28, 2023
562130a · Apr 28, 2023
Jun 15, 2022
Apr 28, 2023
Jul 8, 2019
Apr 28, 2023
Oct 21, 2018
Oct 13, 2021
Oct 23, 2021
Jun 17, 2022
Jun 17, 2022

Repository files navigation

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.

About

Library of basic circuits for circom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Circom 97.6%
  • JavaScript 2.4%