Function keccak_hash::keccak_256 [] [src]

pub unsafe extern "C" fn keccak_256(
    out: *mut u8,
    outlen: usize,
    input: *const u8,
    inputlen: usize
) -> i32

Hashes input. Returns -1 if either out or input does not exist. Otherwise returns 0.