Skip to content

Commit

Permalink
Fix typos in circuits/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyKing44 committed Feb 2, 2025
1 parent 252f813 commit 656640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 656640a

Please sign in to comment.