fix: introduce Noise client wiring with its caller

Co-authored-by: Codex noreply@openai.com
This commit is contained in:
viyatb-oai
2026-06-03 13:34:39 -07:00
parent 4cb5e54139
commit 95d74efb58

View File

@@ -4,6 +4,8 @@ mod ordered_ciphertext;
use crate::ExecServerError;
pub(crate) use harness::noise_harness_connection_from_websocket;
fn take_next_sequence(next_seq: &mut u32) -> Result<u32, ExecServerError> {
// Never wrap: relay sequence is the explicit ordering key for an implicit
// Noise nonce. Reusing zero after u32::MAX would be ambiguous and unsafe.