Skip to main content

linear_structures

Function linear_structures 

Source
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.