pub fn mlkem_add_mod_q_w16(a: &[Word16], b: &[Word16]) -> LogosSeq<Word16>Expand description
(a + b) mod q, element-wise on Word16 [0, q) — the native modular-add the Logos matrix-vector
loop calls (so the orchestration never does Word16 arithmetic, only structure).