libsodium_sys

Function crypto_core_salsa208

Source
pub unsafe extern "C" fn crypto_core_salsa208(
    out: *mut c_uchar,
    in_: *const c_uchar,
    k: *const c_uchar,
    c: *const c_uchar,
) -> c_int