[][src]Function sapling_crypto_ce::circuit::sha256::sha256_compression_function

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