libsodium_sys

Function crypto_sign_ed25519ph_update

Source
pub unsafe extern "C" fn crypto_sign_ed25519ph_update(
    state: *mut crypto_sign_ed25519ph_state,
    m: *const c_uchar,
    mlen: c_ulonglong,
) -> c_int