Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Keys_Outgoing): Decrypt outgoing ciphertext #5902

Closed
Tracked by #5606
LHerskind opened this issue Apr 22, 2024 · 1 comment · Fixed by #6766
Closed
Tracked by #5606

feat(Keys_Outgoing): Decrypt outgoing ciphertext #5902

LHerskind opened this issue Apr 22, 2024 · 1 comment · Fixed by #6766
Assignees

Comments

@LHerskind
Copy link
Contributor

LHerskind commented Apr 22, 2024

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

@github-project-automation github-project-automation bot moved this to Todo in A3 Apr 22, 2024
@LHerskind LHerskind changed the title feat(Keys_Viewing): Decrypt outgoing ciphertext feat(Keys_Incoming): Decrypt outgoing ciphertext May 1, 2024
@LHerskind LHerskind changed the title feat(Keys_Incoming): Decrypt outgoing ciphertext feat(Keys_Outgoing): Decrypt outgoing ciphertext May 1, 2024
@LHerskind LHerskind self-assigned this May 9, 2024
@LHerskind LHerskind moved this from Todo to In Progress in A3 May 10, 2024
LHerskind added a commit that referenced this issue May 17, 2024
@LHerskind
Copy link
Contributor Author

Functionality provided in #6344 but not currently decrypted anywhere until #6410 is done.

@LHerskind LHerskind assigned LHerskind and unassigned LHerskind May 18, 2024
@benesjan benesjan assigned benesjan and unassigned LHerskind May 29, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in A3 Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants