argon2_ctx

Function argon2_ctx 

Source
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