pub unsafe extern "C" fn argon2_ctx(
context: *mut argon2_context,
ty: argon2_type,
) -> c_intExpand 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