libsodium_sys

Function crypto_generichash_update

Source
pub unsafe extern "C" fn crypto_generichash_update(
    state: *mut crypto_generichash_state,
    in_: *const c_uchar,
    inlen: c_ulonglong,
) -> c_int