Function bellpepper::gadgets::sha256::sha256_compression_function

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