Function bellpepper_core::boolean::field_into_allocated_bits_le

source ยท
pub fn field_into_allocated_bits_le<Scalar, CS>(
    cs: CS,
    value: Option<Scalar>,
) -> Result<Vec<AllocatedBit>, SynthesisError>
where Scalar: PrimeField + PrimeFieldBits, CS: ConstraintSystem<Scalar>,