Function storage_proofs_core::gadgets::xor::xor

source ยท
pub fn xor<Scalar, CS>(
    cs: &mut CS,
    key: &[Boolean],
    input: &[Boolean],
) -> Result<Vec<Boolean>, SynthesisError>
where Scalar: PrimeField, CS: ConstraintSystem<Scalar>,