[][src]Function sapling_crypto_ce::circuit::lookup::lookup3_xy

pub fn lookup3_xy<E: Engine, CS>(
    cs: CS,
    bits: &[Boolean],
    coords: &[(E::Fr, E::Fr)]
) -> Result<(AllocatedNum<E>, AllocatedNum<E>), SynthesisError> where
    CS: ConstraintSystem<E>, 

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