pub fn syndrome_decoding( parities: &Vec<Vec<bool>>, input_target: &Vec<bool>, ) -> Option<Vec<bool>>