Skip to main content

D

Constant D 

Source
pub const D: u64 = 7;
Expand description

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.