Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Organisation

This respository contains 3 folders:
This repository 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.
Expand Down
4 changes: 2 additions & 2 deletions circuits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## Jordi

* compconstant - Returns 1 if `in` (expanded to binary array) > `ct`
* aliascheck - check if `in` (expanded to binary array) oveflowed its 254 bits (<= -1)
* aliascheck - check if `in` (expanded to binary array) overflowed its 254 bits (<= -1)
* babyjub - twisted Edwards curve 168700.x^2 + y^2 = 1 + 168696.x^2.y^2
* BabyAdd - (`xout`,`yout`) = (`x1`,`y1`) + (`x2`,`y2`)
* BabyDbl - (`xout`,`yout`) = 2*(`x`,`y`)
Expand Down Expand Up @@ -129,7 +129,7 @@ Arithmetic on [Baby Jubjub elliptic curve](https://github.com/barryWhiteHat/baby

- `BinSub(n)`

- DESCRIPTION: binary substraction.
- DESCRIPTION: binary subtraction.
- SCHEMA
- INPUT
- OUTPUT
Expand Down