umash-sys

Crates.ioumash-sys
lib.rsumash-sys
version0.6.1
sourcesrc
created_at2021-05-10 20:21:20.841669
updated_at2024-10-06 14:29:57.435517
descriptionFFI wrappers for the umash hash/fingerprint function
homepage
repositoryhttps://github.com/backtrace-labs/umash-sys
max_upload_size
id395761
size98,717
Samy Al Bahra (sbahra)

documentation

README

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.

Commit count: 18

cargo fmt