mirror of
https://github.com/openai/codex.git
synced 2026-09-04 15:08:45 +00:00
fix: introduce Noise client wiring with its caller
Co-authored-by: Codex noreply@openai.com
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user