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

refactor(Keys): Check with crypto research if we can use poseidon for aes secret #6326

Open
Tracked by #5759
LHerskind opened this issue May 10, 2024 · 0 comments
Open
Tracked by #5759
Assignees

Comments

@LHerskind
Copy link
Contributor

LHerskind commented May 10, 2024

Currently the keys spec uses different methods of deriving symmetric keys for AES using a few different methods. Mainly the incoming body secrets and headers are using SHA while the outgoing is using poseidon.

Ideally we could get away with one flow as it makes the code a bit simpler to figure out, but we need to validate this with the crypto team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants