pub const REPLAY_WINDOW: usize = 1024;
Anti-replay sliding-window width in bits (SPEC §5.6). Enforcement is WU4.