libsodium_sys

Function crypto_hash_sha512

Source
pub unsafe extern "C" fn crypto_hash_sha512(
    h: *mut [u8; 64],
    m: *const u8,
    mlen: c_ulonglong,
) -> c_int