#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

#16 in #fingerprint

Download history 60/week @ 2024-08-26 143/week @ 2024-09-02 104/week @ 2024-09-09 114/week @ 2024-09-16 231/week @ 2024-09-23 421/week @ 2024-09-30 367/week @ 2024-10-07 145/week @ 2024-10-14 243/week @ 2024-10-21 169/week @ 2024-10-28 172/week @ 2024-11-04 390/week @ 2024-11-11 677/week @ 2024-11-18 69/week @ 2024-11-25 276/week @ 2024-12-02 163/week @ 2024-12-09

1,191 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–300KB