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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: