Function barnacl_sys::crypto_shorthash_siphash24 [] [src]

pub unsafe extern "C" fn crypto_shorthash_siphash24(
    h: *mut [u8; 8],
    m: *const u8,
    mlen: c_ulonglong,
    k: *const [u8; 16]
) -> c_int