An open API service indexing awesome lists of open source software.

https://github.com/backtrace-labs/umash-rs

An idiomatic Rust API for umash
https://github.com/backtrace-labs/umash-rs

Last synced: 9 months ago
JSON representation

An idiomatic Rust API for umash

Awesome Lists containing this project

README

          

umash-rs: a rust API for UMASH
================================

[![Build Status](https://travis-ci.com/backtrace-labs/umash-rs.svg?branch=main)](https://travis-ci.com/backtrace-labs/umash-rs) [![crates.io](https://img.shields.io/crates/v/umash.svg)](https://crates.io/crates/umash)

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.