pub fn bytes_into_boolean_vec<Scalar: PrimeField, CS: ConstraintSystem<Scalar>>(
    cs: CS,
    value: Option<&[u8]>,
    size: usize
) -> Result<Vec<Boolean>, SynthesisError>
Expand description

Converts the bytes into a boolean vector, in little endian format.