pub const D: u64 = 7;
S-box exponent: x -> x^7. The S-box itself is hard-coded in the permutation for performance; this constant exists to make the full parameter set explicit alongside the round counts it pairs with.
x -> x^7