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