Browse Source
Merge pull request #42 from daira/patch-1
Yes! Thank you for the fix!
feature/witness_bin
Jordi Baylina
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
@ -177,7 +177,7 @@ To waranty binary outputs: |
|
|
|
. |
|
|
|
. |
|
|
|
. |
|
|
|
out[n+e-1] * (out[n+e-1] - 1) == 0 |
|
|
|
out[n+e-1] * (out[n+e-1] - 1) === 0 |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|