Update and rename FAQ.md to FAQs.md

This commit is contained in:
Howard Wu 2020-08-15 03:01:30 -07:00 committed by GitHub
parent 7d4ca263db
commit 61b0e6c3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@ the total number of constraints in the generate circuit can vary.
To illustrate this, here are two examples to show the difference:
```
const = 00000001
constant = 00000001
variable = abcdefgh
---------------------------------
output = 0000000h (1 constraint)
```
```
const = 01110001
constant = 01110001
variable = abcdefgh
---------------------------------
output = 0bcd000h (4 constraints)