From 6a11a94b9ee8911a28a99af594eb66af2ba7131e Mon Sep 17 00:00:00 2001 From: bellesmarta <43028405+bellesmarta@users.noreply.github.com> Date: Mon, 10 Sep 2018 18:57:44 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55c07f3..31b187f 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ The last step is to force each output to be binary. This is done by adding the f out[i] * (out[i] -1 ) === 0; ``` -### A Binary adder +### A binary adder Let's now create a 32bits adder. @@ -149,7 +149,7 @@ binsum.circom ``` /* -Binary Sum +Binary sum ========== This component creates a binary sum componet of ops operands and n bits each operand.