pub const SBOX: [u8; 256];
S-box substitution table (256 bytes)
Auto-generated at compile time using: ROTL8(floor(256 * frac(sin(i+1))), i mod 8) ^ 0x9E This provides nonlinear substitution for the ClockMix operation.