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 golang test code needs to prove that the necessary steps can be performed by the counterparties to obtain the ability to spend received tokens:
decrypting values from the onchain events
check if the decrypted values match the UTXO hashes, in order to judge that the UTXO is for me. If an encrypted value is not for a UTXO with me as the owner, then the decrypted value (a value is always recovered, whether the decrypting party has the right key or not) won't hash to the same UTXO in the transaction
The text was updated successfully, but these errors were encountered:
@jimthematrix has updated the circuit to match the encryption algorithm from the Poseidon paper, so this affects this issue to correctly match the decryption from the paper
jimthematrix
changed the title
Enhance golang test code that perform the detailed steps across multiple parties
Enhance golang SDK and test code to perform the detailed steps across multiple parties
Aug 30, 2024
The golang test code needs to prove that the necessary steps can be performed by the counterparties to obtain the ability to spend received tokens:
The text was updated successfully, but these errors were encountered: