pub fn linear_structures(truth: &[bool]) -> Option<LinearStructureReport>Expand description
Detect the linear space V(f) of a Boolean function from its autocorrelation. None if truth.len()
is not a power of two.
pub fn linear_structures(truth: &[bool]) -> Option<LinearStructureReport>Detect the linear space V(f) of a Boolean function from its autocorrelation. None if truth.len()
is not a power of two.