snarkvm_utilities::bytes

Function bits_from_bytes_le

Source
pub fn bits_from_bytes_le(
    bytes: &[u8],
) -> impl DoubleEndedIterator<Item = bool> + '_