You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the signature check always fails, but I do exactly the same things with circomlibjs. Generate the poseidon hash, and sign it. Should I somehow convert the transactionHash? Or what should I do in the JS part to get the right eddsa signature?
Thx
The text was updated successfully, but these errors were encountered:
Hello!
My circuit calculates the poseidon hash of 3 values and checks its signature. It looks like this:
This is the code that generates the signature and checks it with the circuit:
The problem is that the signature check always fails, but I do exactly the same things with circomlibjs. Generate the poseidon hash, and sign it. Should I somehow convert the transactionHash? Or what should I do in the JS part to get the right eddsa signature?
Thx
The text was updated successfully, but these errors were encountered: