6 releases (1 stable)
| 1.0.0 | Jan 19, 2025 |
|---|---|
| 0.6.1 | Oct 6, 2024 |
| 0.3.0 |
|
| 0.2.0 | Aug 15, 2021 |
| 0.1.2 | May 10, 2021 |
#1967 in Algorithms
28 downloads per month
Used in 3 crates
(via umash)
88KB
2.5K
SLoC
umash-sys: rust FFI bindings for UMASH
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.
No runtime deps
~235KB