Function storage_proofs_core::util::bytes_into_bits_be[][src]

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

Converts bytes into their bit representation, in big endian format.