| Crates.io | umash-sys |
| lib.rs | umash-sys |
| version | 1.0.0 |
| created_at | 2021-05-10 20:21:20.841669+00 |
| updated_at | 2025-01-19 02:35:06.118462+00 |
| description | FFI wrappers for the umash hash/fingerprint function |
| homepage | |
| repository | https://github.com/backtrace-labs/umash-sys |
| max_upload_size | |
| id | 395761 |
| size | 98,733 |
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.