pub fn byte_array_to_int_bit_array(bytes: &[u8]) -> Vec<u8> ⓘ
Flatten a byte slice into a vector of 0/1 bits (MSB first per byte).