#fingerprint #hash #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

#1289 in Cryptography

Download history 97/week @ 2024-12-11 54/week @ 2024-12-18 47/week @ 2024-12-25 152/week @ 2025-01-01 148/week @ 2025-01-08 241/week @ 2025-01-15 180/week @ 2025-01-22 122/week @ 2025-01-29 513/week @ 2025-02-05 284/week @ 2025-02-12 301/week @ 2025-02-19 153/week @ 2025-02-26 235/week @ 2025-03-05 189/week @ 2025-03-12 154/week @ 2025-03-19 143/week @ 2025-03-26

733 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–275KB