Function snarkvm_utilities::bytes::bits_to_bytes[][src]

pub fn bits_to_bytes(bits: &[bool]) -> Vec<u8>

Notable traits for Vec<u8, A>

impl<A> Write for Vec<u8, A> where
    A: Allocator