Function argon2_sys::argon2d_hash_encoded[][src]

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