[][src]Function bellman_keccak256::keccak256

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