#fingerprint #hash #build #umash

sys umash-sys

FFI wrappers for the umash hash/fingerprint function

6 releases (1 stable)

1.0.0 Jan 19, 2025
0.6.1 Oct 6, 2024
0.3.0 Oct 5, 2024
0.2.0 Aug 15, 2021
0.1.2 May 10, 2021

#17 in #fingerprint

Download history 663/week @ 2024-11-17 75/week @ 2024-11-24 266/week @ 2024-12-01 160/week @ 2024-12-08 68/week @ 2024-12-15 50/week @ 2024-12-22 99/week @ 2024-12-29 140/week @ 2025-01-05 158/week @ 2025-01-12 260/week @ 2025-01-19 163/week @ 2025-01-26 521/week @ 2025-02-02 190/week @ 2025-02-09 349/week @ 2025-02-16 189/week @ 2025-02-23 172/week @ 2025-03-02

908 downloads per month
Used in 3 crates (via umash)

MIT license

88KB
2.5K SLoC

C 1K SLoC // 0.2% comments Bitbake 847 SLoC // 0.1% comments Rust 549 SLoC

umash-sys: rust FFI bindings for UMASH

Build Status crates.io

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

~0–305KB