BLAKE3 VS umash

Compare BLAKE3 vs umash and see what are their differences.

BLAKE3

the official Rust and C implementations of the BLAKE3 cryptographic hash function (by BLAKE3-team)

umash

UMASH: a fast enough hash and fingerprint with collision bounds (by backtrace-labs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
BLAKE3 umash
36 1
4,576 147
0.9% 0.0%
7.9 0.0
7 days ago over 1 year ago
Assembly Python
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

BLAKE3

Posts with mentions or reviews of BLAKE3. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-13.

umash

Posts with mentions or reviews of umash. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-29.
  • Meow Hash
    13 projects | news.ycombinator.com | 29 Oct 2021
    umash (https://github.com/backtrace-labs/umash) has a similar structure PH block structure, but was designed for decent bit mixing (enough to satisfy smhasher, unlike CLHASH, which needs an additional finalizer) with a lower fixed time cost: 22 cycles for a one-byte hash.

    I'm not sure how one would use that linear regression. What kind of hardware offers 675 GB/s of memory bandwidth? 140 bytes/cycle is easily more than twice the L2 read bandwidth offered by any COTS chip I'm aware of. There are also warm up effects past the fixed cost of setup and finalizers that slow down hashing for short input. For what range of input sizes (and hot/cold cache state) would you say the regression is a useful model?

What are some alternatives?

When comparing BLAKE3 and umash you can also consider the following projects:

xxHash - Extremely fast non-cryptographic hash algorithm

Hashids.java - Hashids algorithm v1.0.0 implementation in Java

smhasher - Hash function quality and speed tests

highwayhash - Fast strong hash functions: SipHash/HighwayHash

libsodium - A modern, portable, easy to use crypto library.

cligen - Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at

STM32-Bootloader - STM32 bootloader example that can jump to 2 apps.

meow_hash - Official version of the Meow hash, an extremely fast level 1 hash