From c76eeece551fb61720ee1618bcc547b6f5ed0da3 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sat, 5 Jul 2025 22:42:38 +0300 Subject: [PATCH 1/2] Update README.md --- circuits/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circuits/README.md b/circuits/README.md index 40a833e7..8e091f46 100644 --- a/circuits/README.md +++ b/circuits/README.md @@ -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`) @@ -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 From 70fe6ffe99b9d2e3fb55e3e4b4a6f2d4d5fa583f Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sat, 5 Jul 2025 22:42:59 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cc879cc..cfa98e67 100644 --- a/README.md +++ b/README.md @@ -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.