archive-monorepo/@tornado/circomlib
2023-05-17 21:34:55 +03:00
..
calcpedersenbases Set up monorepo 2023-05-03 20:35:27 +00:00
circuits Set up monorepo 2023-05-03 20:35:27 +00:00
doc Set up monorepo 2023-05-03 20:35:27 +00:00
src Set up monorepo 2023-05-03 20:35:27 +00:00
test Set up monorepo 2023-05-03 20:35:27 +00:00
.gitignore Set up monorepo 2023-05-03 20:35:27 +00:00
index.d.ts Set up monorepo 2023-05-03 20:35:27 +00:00
index.d.ts.map Set up monorepo 2023-05-03 20:35:27 +00:00
index.js Set up monorepo 2023-05-03 20:35:27 +00:00
package.json Update links to git and homepages 2023-05-17 21:34:55 +03:00
README.md Set up monorepo 2023-05-03 20:35:27 +00:00
tsconfig.json Set up monorepo 2023-05-03 20:35:27 +00:00

@T-Hax/circomlib

This repository serves to configure the equivalent Tornado Cash repository for npm publishing. Below the rest of the description.

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.