[][src]Function ysbell::gadgets::sha256::sha256

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