franklin_crypto::plonk::circuit::sha256

Function sha256

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