Hello circom people! I've tried to find a similar issue or a documentation for my case, but didn't succeed. Please help 🥲
I'm trying to create a simple circuit which has two inputs: secret (private) and wallet (public). In this circuit i calculate mimc hash for wallet + secret and secret. But when i try to verify it, i get the following error:
Hello circom people! I've tried to find a similar issue or a documentation for my case, but didn't succeed. Please help 🥲
I'm trying to create a simple circuit which has two inputs:
secret
(private) andwallet
(public). In this circuit i calculate mimc hash forwallet + secret
andsecret
. But when i try to verify it, i get the following error:But if i calculate only one hash with single output it works ok. What am i doing wrong?
This is my circuit: