Ross ROSS = Recommend OSS · open-source software intelligence for agents

BLAKE3-team/BLAKE3

the official Rust and C implementations of the BLAKE3 cryptographic hash function observed · 2026-08-28

github.com/BLAKE3-team/BLAKE3 · Assembly · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 98
  • Release rhythm 98
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 18
  • age_days: 2488
  • days_rel: 13
  • days_push: 13
  • n_releases_24m: 12

Full methodology

Adoption not part of the score

6398 stars · 473 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

The official Rust and C implementations of the BLAKE3 cryptographic hash function, which is faster than MD5, SHA-2, and BLAKE2 while remaining secure. It supports SIMD parallelization, multithreading, verified streaming, incremental updates, and doubles as a PRF, MAC, KDF, and XOF.

Use cases

  • compute fast cryptographic hashes of files
  • replace sha256sum with a faster checksum tool
  • derive keys with a KDF
  • verify large files with verified streaming hashes
  • hash data incrementally in a Rust or C application
  • implement MACs or PRFs in a security-sensitive project

When to choose

  • you need maximum hashing speed with SIMD and multithreading
  • you want a modern hash function immune to length-extension attacks
  • you need verified streaming or incremental hashing via a Merkle tree
  • you want one algorithm that works well across x86-64, ARM, and WASM

When to avoid

  • you need password hashing specifically - use Argon2 or a dedicated password hasher instead
  • you must interoperate with systems that only support SHA-2 or SHA-3
  • you need FIPS-validated cryptography

Facets

library · maturity stable

cryptography serialization security developer-tools rust cpp c cross-platform cli wasm hash-function blake3 simd kdf mac xof merkle-tree b3sum algorithms

1 source

Member repositories

RepositoryRoleHealth v2
BLAKE3-team/BLAKE3main98

For agents

markdown · JSON · MCP: product_card(name="BLAKE3-team/BLAKE3")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem