pub fn bytes_to_bits(bytes: &[u8]) -> Vec<bool>
Expand description

Converts a vector of input bytes to a vector of bits