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
We're just getting the new REKEY() method into snow, and it'd be nice to test it against cacophony.
Could possibly add a rekey_at_message in the main vector JSON structure that provides an index in the messages where a rekey happens, or a rekey key alongside payload and ciphertext in the message struct to indicate a rekey should be performed before decrypting.
Any opinion?
The text was updated successfully, but these errors were encountered:
We're just getting the new
REKEY()
method into snow, and it'd be nice to test it against cacophony.Could possibly add a
rekey_at_message
in the main vector JSON structure that provides an index in the messages where a rekey happens, or arekey
key alongsidepayload
andciphertext
in the message struct to indicate a rekey should be performed before decrypting.Any opinion?
The text was updated successfully, but these errors were encountered: