Use patched halo2_gadgets project-wide.

This commit is contained in:
parazyd
2023-05-10 16:17:29 +02:00
parent b7b13a33e0
commit 411d25aa85
5 changed files with 7 additions and 5 deletions

View File

@@ -37,7 +37,8 @@ circuit "Opcodes" {
constrain_equal_point(value_commit, value_commit2);
one = witness_base(1);
c = poseidon_hash(one, blind);
two = witness_base(2);
c = poseidon_hash(one, two, blind);
constrain_instance(c);
d = poseidon_hash(one, blind, ec_get_x(value_commit), ec_get_y(value_commit));