Browse Source

Update README.md

wasm
bellesmarta 6 years ago
committed by GitHub
parent
commit
6a11a94b9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
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.

Loading…
Cancel
Save