#fingerprint #hash #build #umash

sys umash-sys

FFI wrappers for the umash hash/fingerprint function

5 unstable releases

0.6.1 Oct 6, 2024
0.6.0 Oct 5, 2024
0.3.0 Oct 5, 2024
0.2.0 Aug 15, 2021
0.1.2 May 10, 2021

#15 in #fingerprint

Download history 72/week @ 2024-07-24 153/week @ 2024-07-31 124/week @ 2024-08-07 130/week @ 2024-08-14 120/week @ 2024-08-21 77/week @ 2024-08-28 128/week @ 2024-09-04 159/week @ 2024-09-11 127/week @ 2024-09-18 165/week @ 2024-09-25 570/week @ 2024-10-02 257/week @ 2024-10-09 174/week @ 2024-10-16 226/week @ 2024-10-23 182/week @ 2024-10-30 109/week @ 2024-11-06

743 downloads per month
Used in 2 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–280KB