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
Fixes#5867 with the AES oracle on the noir side and a encrypt/decrypt
tool on the typescript side as well.
Changes the symmetric key derivation to use `GrumpkinPrivateKey` instead
of the `GrumpkinScalar`, this changes the order of low/high.
For AES in noir: preferably use #5866, otherwise use #5895 if required.
Implementation in
noir
.From #5896 should be functionality to compute the symmetric key.
We need to compute the ciphertext header, which currently seems to just be the
contract_address
for the note.As with many of the others, better description is in the diagam linked at the main issue.
As the flows for both incoming and outgoing is the same, simply with different pub keys, it seems fine to just have one function implementation.
The text was updated successfully, but these errors were encountered: