Function wolf_crypto_sys::blake2b

source ยท
pub unsafe extern "C" fn blake2b(
    out: *mut byte,
    in_: *const c_void,
    key: *const c_void,
    outlen: byte,
    inlen: word64,
    keylen: byte,
) -> c_int