# hashsigs

Hash-based post quantum signatures in Rust

Repository: https://github.com/QuipNetwork/hashsigs-rs
Canonical: https://ross.abutalabs.com/products/hashsigs
Language: Rust
License: AGPL-3.0
License Family: copyleft
Last push: 2026-07-27T21:36:07+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 35, longevity 38
- inputs: {"age_days": 532, "days_push": 37, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 11217, forks 43 (observed 2026-08-28T04:10:46.457024+00:00)

## What it is
A Rust library implementing hash-based post-quantum digital signatures (WOTS+ and SHRINCS primitives) with an account policy wrapper. It compiles to WebAssembly via wasm-bindgen with a TypeScript npm package and includes Solana program integration.

## Use cases
- sign and verify messages with post-quantum hash-based signatures
- generate SHRINCS keypairs in JavaScript or TypeScript via WASM
- integrate quantum-resistant signatures into a Solana program
- verify post-quantum signatures in the browser
- import and export signing keys in a Node.js application

## When to choose
- you need signatures resistant to quantum attacks based on hash functions
- you are building on Solana and need post-quantum signature verification on-chain
- you want to use the same signature primitives across Rust, Node.js, and the browser via WASM

## When to avoid
- you need conventional signatures like Ed25519 or ECDSA with small signature sizes
- you need a standardized NIST signature scheme such as ML-DSA or SLH-DSA
- your license requirements are incompatible with AGPL-3.0

## Facets
- artifact type: library
- maturity: active
- function: cryptography, security, sdk
- domain: security, blockchain, developer-tools
- platform: rust, wasm, browser
- tags: post-quantum, hash-based-signatures, wots-plus, shrincs, solana, wasm-bindgen, digital-signatures, typescript-bindings, cryptography, nodejs, web-server

## Member repositories
- QuipNetwork/hashsigs-rs (main) score 62
- QuipNetwork/hashsigs-py (sdk) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:46.457024+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:16:26.690694+00:00, confidence not recorded.
  - readme: https://github.com/QuipNetwork/hashsigs-rs (fetched 2026-08-28T04:10:46.457024+00:00, sha 8980c8ea8ac1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
