Function argon2_sys::argon2_ctx[][src]

pub unsafe extern "C" fn argon2_ctx(
    context: *mut argon2_context,
    ty: argon2_type
) -> c_int
Expand description

Function that performs memory-hard hashing with certain degree of parallelism

@param context Pointer to the Argon2 internal structure

@return Error code if smth is wrong, ARGON2_OK otherwise