[][src]Function storage_proofs::circuit::xor::xor

pub fn xor<E, CS>(
    cs: &mut CS,
    key: &[Boolean],
    input: &[Boolean]
) -> Result<Vec<Boolean>, SynthesisError> where
    E: JubjubEngine,
    CS: ConstraintSystem<E>,