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
Following #5867 and #5900 we need to also be able to decode. This don't need to happen in a circuit so we simply do it in typescript. This should be able to take a look back at aztec-connect to see if it can get some information from there as it was also using AES.
Implementation in
typescript
Following #5867 and #5900 we need to also be able to decode. This don't need to happen in a circuit so we simply do it in typescript. This should be able to take a look back at aztec-connect to see if it can get some information from there as it was also using AES.
Take into account #5901.
In aztec connect the ciphertext was called the
viewing_key
so should be helpful for finding the information.Very close to #5868
The text was updated successfully, but these errors were encountered: