Function keccak_hash::keccak_pipe

source ยท
pub fn keccak_pipe(
    r: &mut dyn BufRead,
    w: &mut dyn Write,
) -> Result<H256, Error>