Function bellpepper::gadgets::lookup::lookup3_xy

source ยท
pub fn lookup3_xy<Scalar: PrimeField, CS>(
    cs: CS,
    bits: &[Boolean],
    coords: &[(Scalar, Scalar)],
) -> Result<(AllocatedNum<Scalar>, AllocatedNum<Scalar>), SynthesisError>
where CS: ConstraintSystem<Scalar>,
Expand description

Performs a 3-bit window table lookup. bits is in little-endian order.