-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert original hashing. Prepare 3 versions of hashing in the 'lib'.
- Loading branch information
1 parent
cb93093
commit 34467f0
Showing
17 changed files
with
153 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 166 | ||
non-linear constraints: 253110 | ||
[32mtemplate instances[0m: 88 | ||
non-linear constraints: 345126 | ||
linear constraints: 0 | ||
public inputs: 4 | ||
private inputs: 512 (none belong to witness) | ||
public outputs: 4 | ||
wires: 245433 | ||
labels: 619532 | ||
wires: 337449 | ||
labels: 866504 | ||
[32mWritten successfully:[0m ./blur_step.r1cs | ||
[32mWritten successfully:[0m ./blur_step_js/blur_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 165 | ||
non-linear constraints: 307272 | ||
[32mtemplate instances[0m: 87 | ||
non-linear constraints: 353280 | ||
linear constraints: 1 | ||
public inputs: 3 | ||
private inputs: 256 | ||
public outputs: 3 | ||
wires: 291917 | ||
labels: 606134 | ||
wires: 337925 | ||
labels: 729620 | ||
[32mWritten successfully:[0m ./brightness_step.r1cs | ||
[32mWritten successfully:[0m ./brightness_step_js/brightness_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 165 | ||
non-linear constraints: 307272 | ||
[32mtemplate instances[0m: 87 | ||
non-linear constraints: 353280 | ||
linear constraints: 1 | ||
public inputs: 3 | ||
private inputs: 256 | ||
public outputs: 3 | ||
wires: 291917 | ||
labels: 606134 | ||
wires: 337925 | ||
labels: 729620 | ||
[32mWritten successfully:[0m ./contrast_step.r1cs | ||
[32mWritten successfully:[0m ./contrast_step_js/contrast_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 176 | ||
non-linear constraints: 673718 | ||
[32mtemplate instances[0m: 97 | ||
non-linear constraints: 708224 | ||
linear constraints: 1 | ||
public inputs: 3 | ||
private inputs: 128 | ||
public outputs: 3 | ||
wires: 673079 | ||
labels: 2596364 | ||
wires: 707585 | ||
labels: 2688977 | ||
[32mWritten successfully:[0m ./crop_step.r1cs | ||
[32mWritten successfully:[0m ./crop_step_js/crop_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 164 | ||
non-linear constraints: 122952 | ||
[32mtemplate instances[0m: 86 | ||
non-linear constraints: 168960 | ||
linear constraints: 0 | ||
public inputs: 2 | ||
private inputs: 256 | ||
public outputs: 2 | ||
wires: 120395 | ||
labels: 260401 | ||
wires: 166403 | ||
labels: 383887 | ||
[32mWritten successfully:[0m ./grayscale_step.r1cs | ||
[32mWritten successfully:[0m ./grayscale_step_js/grayscale_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 154 | ||
non-linear constraints: 7716 | ||
[32mtemplate instances[0m: 76 | ||
non-linear constraints: 30720 | ||
linear constraints: 0 | ||
public inputs: 1 | ||
private inputs: 128 | ||
public outputs: 1 | ||
wires: 7846 | ||
labels: 37463 | ||
wires: 30850 | ||
labels: 99206 | ||
[32mWritten successfully:[0m ./hash_step.r1cs | ||
[32mWritten successfully:[0m ./hash_step_js/hash_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 163 | ||
non-linear constraints: 245904 | ||
[32mtemplate instances[0m: 84 | ||
non-linear constraints: 337920 | ||
linear constraints: 0 | ||
public inputs: 2 | ||
private inputs: 512 (none belong to witness) | ||
public outputs: 2 | ||
wires: 238227 | ||
labels: 596313 | ||
wires: 330243 | ||
labels: 843282 | ||
[32mWritten successfully:[0m ./resize_step.r1cs | ||
[32mWritten successfully:[0m ./resize_step_js/resize_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 171 | ||
non-linear constraints: 329910 | ||
[32mtemplate instances[0m: 93 | ||
non-linear constraints: 421926 | ||
linear constraints: 0 | ||
public inputs: 4 | ||
private inputs: 512 (128 belong to witness) | ||
public outputs: 4 | ||
wires: 314553 | ||
labels: 803852 | ||
wires: 406569 | ||
labels: 1050824 | ||
[32mWritten successfully:[0m ./sharpness_step.r1cs | ||
[32mWritten successfully:[0m ./sharpness_step_js/sharpness_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 167 | ||
non-linear constraints: 253110 | ||
[32mtemplate instances[0m: 89 | ||
non-linear constraints: 345126 | ||
linear constraints: 0 | ||
public inputs: 4 | ||
private inputs: 512 (none belong to witness) | ||
public outputs: 4 | ||
wires: 245433 | ||
labels: 621068 | ||
wires: 337449 | ||
labels: 868040 | ||
[32mWritten successfully:[0m ./blur_step.r1cs | ||
[32mWritten successfully:[0m ./blur_step_js/blur_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 166 | ||
non-linear constraints: 307272 | ||
[32mtemplate instances[0m: 88 | ||
non-linear constraints: 353280 | ||
linear constraints: 1 | ||
public inputs: 3 | ||
private inputs: 256 | ||
public outputs: 3 | ||
wires: 291917 | ||
labels: 606902 | ||
wires: 337925 | ||
labels: 730388 | ||
[32mWritten successfully:[0m ./brightness_step.r1cs | ||
[32mWritten successfully:[0m ./brightness_step_js/brightness_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 166 | ||
non-linear constraints: 307272 | ||
[32mtemplate instances[0m: 88 | ||
non-linear constraints: 353280 | ||
linear constraints: 1 | ||
public inputs: 3 | ||
private inputs: 256 | ||
public outputs: 3 | ||
wires: 291917 | ||
labels: 606902 | ||
wires: 337925 | ||
labels: 730388 | ||
[32mWritten successfully:[0m ./contrast_step.r1cs | ||
[32mWritten successfully:[0m ./contrast_step_js/contrast_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 176 | ||
non-linear constraints: 673718 | ||
[32mtemplate instances[0m: 97 | ||
non-linear constraints: 708224 | ||
linear constraints: 1 | ||
public inputs: 3 | ||
private inputs: 128 | ||
public outputs: 3 | ||
wires: 673079 | ||
labels: 2596364 | ||
wires: 707585 | ||
labels: 2688977 | ||
[32mWritten successfully:[0m ./crop_step.r1cs | ||
[32mWritten successfully:[0m ./crop_step_js/crop_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 165 | ||
non-linear constraints: 122952 | ||
[32mtemplate instances[0m: 87 | ||
non-linear constraints: 168960 | ||
linear constraints: 0 | ||
public inputs: 2 | ||
private inputs: 256 | ||
public outputs: 2 | ||
wires: 120395 | ||
labels: 261169 | ||
wires: 166403 | ||
labels: 384655 | ||
[32mWritten successfully:[0m ./grayscale_step.r1cs | ||
[32mWritten successfully:[0m ./grayscale_step_js/grayscale_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 154 | ||
non-linear constraints: 7716 | ||
[32mtemplate instances[0m: 76 | ||
non-linear constraints: 30720 | ||
linear constraints: 0 | ||
public inputs: 1 | ||
private inputs: 128 | ||
public outputs: 1 | ||
wires: 7846 | ||
labels: 37463 | ||
wires: 30850 | ||
labels: 99206 | ||
[32mWritten successfully:[0m ./hash_step.r1cs | ||
[32mWritten successfully:[0m ./hash_step_js/hash_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 164 | ||
non-linear constraints: 245904 | ||
[32mtemplate instances[0m: 85 | ||
non-linear constraints: 337920 | ||
linear constraints: 0 | ||
public inputs: 2 | ||
private inputs: 512 (none belong to witness) | ||
public outputs: 2 | ||
wires: 238227 | ||
labels: 597849 | ||
wires: 330243 | ||
labels: 844818 | ||
[32mWritten successfully:[0m ./resize_step.r1cs | ||
[32mWritten successfully:[0m ./resize_step_js/resize_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[32mtemplate instances[0m: 172 | ||
non-linear constraints: 329910 | ||
[32mtemplate instances[0m: 94 | ||
non-linear constraints: 421926 | ||
linear constraints: 0 | ||
public inputs: 4 | ||
private inputs: 512 (128 belong to witness) | ||
public outputs: 4 | ||
wires: 314553 | ||
labels: 805388 | ||
wires: 406569 | ||
labels: 1052360 | ||
[32mWritten successfully:[0m ./sharpness_step.r1cs | ||
[32mWritten successfully:[0m ./sharpness_step_js/sharpness_step.wasm | ||
[32mEverything went okay[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters