forked from tornadocash/circomlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request iden3#20 from bellesmarta/master
Updated README files
- Loading branch information
Showing
2 changed files
with
832 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
# cirpedersen | ||
# CircomLib | ||
|
||
Pedersen Hash and Exponentiation circuits using Baby Jub Curve in circom language | ||
## 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). | ||
|
||
## 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](https://github.com/barryWhiteHat/baby_jubjub) elliptic curve that serve as basis for the [Pedersen Hash](https://github.com/zcash/zcash/issues/2234). | ||
- `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. |
Oops, something went wrong.