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, our Noise protocol implementation disconnects when the nonce is exhausted, rather than using the REKEY function as specified in the Noise protocol to refresh the cipher state and reset the nonce. To ensure compliance with the Noise spec, we should implement the REKEY function to refresh the state and reset the nonce to 0, avoiding disconnection and maintaining seamless encrypted communication.
The text was updated successfully, but these errors were encountered:
Currently, our Noise protocol implementation disconnects when the nonce is exhausted, rather than using the
REKEY
function as specified in the Noise protocol to refresh the cipher state and reset the nonce. To ensure compliance with the Noise spec, we should implement theREKEY
function to refresh the state and reset the nonce to0
, avoiding disconnection and maintaining seamless encrypted communication.The text was updated successfully, but these errors were encountered: