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

RustCrypto/hashes

Collection of cryptographic hash functions written in pure Rust observed · 2026-08-28

github.com/RustCrypto/hashes · Rust observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: n/a
  • age_days: 3575
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2258 stars · 335 forks observed · 2026-08-28

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

A collection of cryptographic hash function implementations written in pure Rust, organized as separate crates built on the digest crate's traits. It supports a wide range of algorithms including SHA-2, SHA-3, BLAKE2, MD5, and GOST, and is no_std capable for bare-metal and WebAssembly use.

Use cases

  • compute sha256 hashes in rust
  • blake2 hashing library for rust
  • verify file checksums with sha3
  • hash data in a no_std embedded project
  • use md5 for legacy compatibility in rust
  • wasm-compatible cryptographic hashing

When to choose

  • you need cryptographic hash functions in Rust with pure-Rust, no_std support
  • you need broad algorithm coverage including legacy hashes like MD5 or GOST
  • you want crates built on a common digest trait for interoperability

When to avoid

  • you need a general-purpose non-cryptographic hasher like xxHash for speed
  • you need MACs, signatures, or encryption rather than plain hashing
  • you need hash functions in a language other than Rust

Facets

library · maturity active

cryptography security security developer-tools cross-platform wasm embedded hash-functions sha2 sha3 blake2 md5 no-std rust digest

1 source

Member repositories

RepositoryRoleHealth v2
RustCrypto/hashesmain77

For agents

markdown · JSON · MCP: product_card(name="RustCrypto/hashes")

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