From 1ff2c9249425cdefb7eb8b6ea48e81a2bd0d87c3 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Sun, 2 Feb 2025 20:52:23 +0100 Subject: [PATCH 1/2] Fix typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a56c676d..b46fb9fd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Organisation -This respository contains 5 folders: +This repository 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). From 5bc51739fe61aa9a7781d1c7a2e05e478f7c451f Mon Sep 17 00:00:00 2001 From: Hack666r Date: Sun, 2 Feb 2025 20:52:24 +0100 Subject: [PATCH 2/2] Fix typos in circuits/README.md --- circuits/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuits/README.md b/circuits/README.md index 40a833e7..6f53b95e 100644 --- a/circuits/README.md +++ b/circuits/README.md @@ -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