An open API service indexing awesome lists of open source software.

https://github.com/iden3/circomlib

Library of basic circuits for circom
https://github.com/iden3/circomlib

Last synced: 27 days ago
JSON representation

Library of basic circuits for circom

Awesome Lists containing this project

README

        

# 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](https://github.com/iden3/circom) (Zero Knowledge Circuit Compiler).
- You can read more about the circom language in [the circom documentation webpage](https://docs.circom.io/).

## Organisation

This respository contains 3 folders:
- `circuits`: it contains the implementation of different cryptographic primitives in circom language.
- `doc`: it contains some circuit schemes in ASCII (must be opened with Monodraw, an ASCII art editor for Mac).
- `test`: tests.

A description of the specific circuit templates for the `circuit` folder will be soon updated.