https://github.com/backtrace-labs/umash-sys
Rust FFI bindings for umash
https://github.com/backtrace-labs/umash-sys
Last synced: 9 months ago
JSON representation
Rust FFI bindings for umash
- Host: GitHub
- URL: https://github.com/backtrace-labs/umash-sys
- Owner: backtrace-labs
- License: mit
- Created: 2021-05-10T19:47:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T02:37:39.000Z (12 months ago)
- Last Synced: 2025-04-22T23:14:28.050Z (9 months ago)
- Language: C
- Size: 40 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
umash-sys: rust FFI bindings for UMASH
======================================
[](https://travis-ci.com/backtrace-labs/umash-sys) [](https://crates.io/crates/umash-sys)
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.