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

mcginty/snow

A Rust implementation of the Noise Protocol Framework observed · 2026-08-28

github.com/mcginty/snow · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

64/100

  • Activity 91
  • Release rhythm 8
  • 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: n/a
  • age_days: 3608
  • days_rel: 410
  • days_push: 58
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1094 stars · 144 forks observed · 2026-08-28

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

Snow is a pure-Rust implementation of the Noise Protocol Framework for building encrypted, authenticated channel handshakes. It supports Noise spec revision 34 with swappable cryptographic providers, including an optional ring-based resolver.

Use cases

  • add encrypted handshake to a TCP client/server in Rust
  • implement Noise protocol secure channels
  • build authenticated encrypted transport between peers
  • use Noise with ChaChaPoly and Curve25519
  • swap crypto backends via a resolver in Rust

When to choose

  • you need a spec-compliant Noise Protocol implementation in Rust
  • you want swappable cryptographic providers (pure-Rust or ring)
  • you need encrypted, authenticated key exchange for your protocol

When to avoid

  • you need the fallback modifier, which is not yet implemented
  • you require a formally audited crypto library
  • you need Noise 448 or other unsupported primitives

Facets

library · maturity stable

cryptography security sdk security networking developer-tools rust cross-platform noise-protocol encrypted-handshake pure-rust swappable-crypto-providers ring

2 sources

Member repositories

RepositoryRoleHealth v2
mcginty/snowmain64

For agents

markdown · JSON · MCP: product_card(name="mcginty/snow")

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