Function argon2_sys::argon2_hash[][src]

pub unsafe extern "C" fn argon2_hash(
    t_cost: u32,
    m_cost: u32,
    parallelism: u32,
    pwd: *const c_void,
    pwdlen: size_t,
    salt: *const c_void,
    saltlen: size_t,
    hash: *mut c_void,
    hashlen: size_t,
    encoded: *mut c_char,
    encodedlen: size_t,
    ty: argon2_type,
    version: u32
) -> c_int