Crates.io | umash |
lib.rs | umash |
version | 0.6.0 |
source | src |
created_at | 2021-05-10 20:34:35.304334 |
updated_at | 2024-10-05 17:28:52.494516 |
description | Idiomatic API for the umash hash/fingerprint function |
homepage | |
repository | https://github.com/backtrace-labs/umash-rs |
max_upload_size | |
id | 395777 |
size | 29,723 |
UMASH is a family of fast hash / fingerprinting functions with collision bounds. This crate builds on x86-64 (with CLMUL) and little-endian aarch64 (with VMULL). The UMASH family of functions is defined independently of hardware specific features, so computes the same values on both architecture.
See https://github.com/backtrace-labs/umash for more details.