Skip to content

Installation

  • Node.js >= 20.0.0
  • npm, pnpm, or yarn
Terminal window
npm install @brivora/crypto @brivora/verify

Or install individually:

Terminal window
npm install @brivora/crypto
npm install @brivora/verify
RuntimeSupport
Node.js>= 20.0.0
DenoWith npm: specifier
BunNative
BrowsersWith bundler (Vite, esbuild, webpack)

Both packages are ESM-first with CJS fallback. TypeScript types included.

@brivora/crypto — Post-quantum cryptography. ML-KEM-768 encryption, ML-DSA-65 signatures, SLH-DSA hash-based signatures, hybrid mode with Ed25519/X25519.

@brivora/verify — AI governance verification. 24 built-in governance packs, PQC-signed Merkle tree proofs, independent verification.

No external network calls. No telemetry. No configuration required. Install and use.