Reasons to Prefer Blake3 over Sha256

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. BLAKE3-specs

    The BLAKE3 paper: specifications, analysis, and design rationale

    We go over some of our reasoning around that in section 7.5 of https://github.com/BLAKE3-team/BLAKE3-specs/blob/master/blak.... An early BLAKE3 prototype actually didn't include the chunk counter (https://github.com/oconnor663/bao/blob/master/docs/spec_0.9....), so I'm definitely sympathetic to the use cases that wish it wasn't there. However, after publication we found out that something like a chunk counter is necessary for the security of the Bao streaming verification tool: https://github.com/oconnor663/bao/issues/41. It could be that there's a design that's the best of both worlds, but I'm not sure.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. bao

    an implementation of BLAKE3 verified streaming

    We go over some of our reasoning around that in section 7.5 of https://github.com/BLAKE3-team/BLAKE3-specs/blob/master/blak.... An early BLAKE3 prototype actually didn't include the chunk counter (https://github.com/oconnor663/bao/blob/master/docs/spec_0.9....), so I'm definitely sympathetic to the use cases that wish it wasn't there. However, after publication we found out that something like a chunk counter is necessary for the security of the Bao streaming verification tool: https://github.com/oconnor663/bao/issues/41. It could be that there's a design that's the best of both worlds, but I'm not sure.

  4. BLAKE3

    the official Rust and C implementations of the BLAKE3 cryptographic hash function

    > might be easier with a public domain license instead of the current ones

    There reference implementation is public domain (CC0) or at your choice Apache 2.0

    https://github.com/BLAKE3-team/BLAKE3/blob/master/LICENSE

  5. multihash

    Self describing hashes - for future proofing

    Since you seem to have done a fair bit of research in this area, do you have any opinions or thoughts about the Multihash format?

    https://multiformats.io/multihash/

    It fills in some of the blanks in your "prefixing the hash with the value of the enum for the hash" step.

  6. go-benchmarks

    Comprehensive and reproducible benchmarks for Go developers and architects. (by skerkour)

    At the end of the day, what matters really for most people is

    1) Certifications (FIPS...)

    2) Speed.

    SHA-256 is fast enough for maybe 99,9% of use cases as you will saturate your I/O way before SHA-256 becomes your bottleneck[0][1]. Also, from my experience with the different available implementations, SHA-256 is up to 1.8 times faster than Blake3 on arm64.

    [0] https://github.com/skerkour/go-benchmarks/blob/main/results/...

    [1] https://kerkour.com/fast-hashing-algorithms

  7. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 🎉 accumulate_api v0.3.0 released

    2 projects | /r/dartlang | 19 Apr 2023
  • Using Zlib-Searcher to Search the Z-Library Index for Books on the IPFS Network

    4 projects | news.ycombinator.com | 29 Dec 2022
  • multihash - self describing hashes for future proofing

    1 project | /r/cryptography | 24 Jun 2022
  • Self describing hashes – for future proofing

    1 project | news.ycombinator.com | 24 Jun 2022
  • Mutlihash: Self-Describing Hashes

    1 project | news.ycombinator.com | 24 Jun 2022

Did you know that Assembly is
the 34th most popular programming language
based on number of references?