Remove redundant constraints.

This commit is contained in:
Sean Bowe
2016-05-31 21:07:20 -06:00
parent 592b2f0e64
commit 83e018b160
2 changed files with 0 additions and 13 deletions

View File

@@ -89,10 +89,6 @@ public:
}
void generate_r1cs_constraints() {
// TODO: This may not be necessary if SHA256 constrains
// its output digests to be boolean anyway.
intermediate_hash->generate_r1cs_constraints();
hasher1->generate_r1cs_constraints();
hasher2->generate_r1cs_constraints();
}