Function libsodium_sys::crypto_auth_hmacsha256 [] [src]

pub unsafe extern "C" fn crypto_auth_hmacsha256(
    a: *mut [u8; 32],
    m: *const u8,
    mlen: c_ulonglong,
    k: *const [u8; 32]
) -> c_int