BLAKE3 VS bao

Compare BLAKE3 vs bao and see what are their differences.

BLAKE3

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

bao

an implementation of BLAKE3 verified streaming (by oconnor663)
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 bao
36 4
4,585 452
1.1% -
7.9 4.0
12 days ago 2 months ago
Assembly Rust
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

bao

Posts with mentions or reviews of bao. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-03.
  • The Curious Case of MD5
    4 projects | news.ycombinator.com | 3 Jan 2024
    Thanks! I've added a note about this here: https://github.com/oconnor663/bao/issues/41#issuecomment-119.... Does that sound like an accurate summary to you?
  • Reasons to Prefer Blake3 over Sha256
    7 projects | news.ycombinator.com | 13 Nov 2023
    I mostly agree with you, but there are a couple other bullet points I like to throw in the mix:

    - Length extension attacks. I think all of the SHA-3 candidates did the right thing here, and we would never accept a new cryptographic hash function that didn't do the right thing here. But SHA-2 gets a pass for legacy reasons. That's understandable, but we know we need to replace it with something eventually.

    - Kind of niche, but BLAKE3 supports incremental verification, i.e. checking the hash of a file while you stream it rather learning whether it was valid at the end of the stream. https://github.com/oconnor663/bao That's useful if you know the hash of a file but you don't necessarily trust the service that's storing it.

  • Lightweight Cryptography Standardization Process: NIST Selects Ascon
    1 project | /r/crypto | 9 Feb 2023
    Sadly, for domain separation between the Cyclist calls, it needs to touch the capacity, right? So Ascon can’t be retrofitted without being modified. Too bad, it could have enabled bao-style shenanigans.

What are some alternatives?

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

xxHash - Extremely fast non-cryptographic hash algorithm

multihash - Self describing hashes - for future proofing

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

go-benchmarks - Comprehensive and reproducible benchmarks for Go developers and architects.

highwayhash - Fast strong hash functions: SipHash/HighwayHash

BLAKE3-specs - The BLAKE3 paper: specifications, analysis, and design rationale

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

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

smhasher - Hash function quality and speed tests

blake3 - An AVX-512 accelerated implementation of the BLAKE3 cryptographic hash function