# QuipNetwork/hashsigs-ts

Hash-based signatures in typescript, WOTS+

Repository: https://github.com/QuipNetwork/hashsigs-ts
Canonical: https://ross.abutalabs.com/products/hashsigs-ts
Language: TypeScript
License: AGPL-3.0
License Family: copyleft
Last push: 2026-07-27T21:28:11+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 11199, forks 31 (observed 2026-08-28T04:10:46.399693+00:00)

## What it is
A TypeScript library implementing hash-based digital signatures, specifically the WOTS+ (Winternitz One-Time Signature Plus) scheme. It is published as an npm package with test coverage via Vitest.

## Use cases
- sign and verify messages with WOTS+ one-time signatures in TypeScript
- implement post-quantum-safe hash-based signatures in a Node.js project
- add WOTS+ signature verification to a blockchain application
- generate one-time signature key pairs in JavaScript
- experiment with hash-based cryptography without native dependencies

## When to choose
- you need WOTS+ signatures in a TypeScript or JavaScript codebase
- you want a pure-TypeScript, dependency-light hash-based signature implementation
- you are building on Quip Network or a compatible protocol requiring WOTS+

## When to avoid
- you need production multi-use signatures like XMSS, SPHINCS+, or LMS rather than one-time signatures
- you require side-channel-hardened, audited cryptographic code for high-security deployments
- your project is not in the JavaScript/TypeScript ecosystem

## Facets
- artifact type: library
- maturity: active
- function: cryptography, security, serialization
- domain: security, developer-tools
- platform: cross-platform
- tags: hash-based-signatures, wots-plus, post-quantum, digital-signatures, npm-package, cryptography, nodejs, typescript

## Member repositories
- QuipNetwork/hashsigs-ts (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:46.399693+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:28.037021+00:00, confidence not recorded.
  - readme: https://github.com/QuipNetwork/hashsigs-ts (fetched 2026-08-28T04:10:46.399693+00:00, sha 27309f563078)
- Data as of 2026-08-30T08:39:29.467469+00:00.
