Function umash_sys::umash_fprint[][src]

pub unsafe extern "C" fn umash_fprint(
    params: *const umash_params,
    seed: u64,
    data: *const c_void,
    n_bytes: c_ulong
) -> umash_fp
Expand description

Computes the UMASH fingerprint of data[0 ... n_bytes).

Randomly generated param lead to independent UMASH values and associated worst-case collision bounds; changing the seed comes with no guarantee.