POST-QUANTUM SIGNATURES

Three Keys. Zero Compromise.

Triple-nested digital signatures combining Ed25519, Dilithium-5 (ML-DSA-87), and FALCON-512. Defense-in-depth across three independent mathematical problems.

Get API Key Read the Docs

Architecture

How It Works

Every Triple Key signature nests three layers of cryptographic protection. Each layer signs the output of the previous, creating an unbreakable chain.

Inner Layer
Ed25519
Discrete Logarithm (Curve25519)
Signs raw message payload
WRAPS
Middle Layer
Dilithium-5
Module-LWE Lattice (ML-DSA-87)
Signs Ed25519 output
WRAPS
Outer Layer
FALCON-512
NTRU Lattice (Hash-and-Sign)
Signs Dilithium-5 output

Defense in Depth

Why Three Keys

Each algorithm relies on a fundamentally different mathematical problem. A breakthrough against one leaves the other two fully intact.

ECDSA

Ed25519

Classical elliptic-curve signature, battle-tested across billions of TLS handshakes. Fastest verification of the three. Provides immediate backward-compatible security today.

Discrete Logarithm Problem
ML-DSA-87

Dilithium-5

NIST FIPS 204 standard. Module-LWE lattice construction at the highest security level (Category 5). Primary quantum-resistant layer with strong concrete hardness guarantees.

Module-LWE Lattice
NTRU

FALCON-512

NTRU lattice-based hash-and-sign scheme, mathematically independent from Dilithium. Produces the most compact post-quantum signatures. Eliminates single-lattice-family risk.

NTRU Lattice (Independent)
Breaking all three simultaneously requires solving three independent mathematical problems -- the Discrete Logarithm Problem, Module-LWE, and NTRU -- computationally impossible even for quantum adversaries.

Lifecycle

Key Rotation

Automated key rotation with zero-downtime overlap periods. Every rotation is cryptographically attested and optionally bound to a soul-bound NFT for on-chain audit.

01
Generate
New key triplet created
02
Overlap
Both keys active
03
Activate
New key becomes primary
04
Verify
Old sigs still verifiable
05
Complete
Old key securely retired

Rotation Features

  • Automated scheduling with configurable intervals
  • Zero-downtime overlap periods (dual-key active)
  • Soul-bound NFT binding for on-chain audit trail
  • Cryptographic attestation at every lifecycle stage
  • Backward-compatible verification of historical signatures

Security Levels

Standard
30-day
General applications
High
14-day
Financial / healthcare
Critical
7-day
Government / defense

Speed

Performance

Three layers of cryptographic signatures, all under 2ms combined. Production-grade latency for real-time applications.

Key Generation
~1.2
ms
Triple Sign
~0.9
ms
Triple Verify
~0.4
ms

Measured on AWS Graviton4 (ARM64, c8g.metal-48xl). All operations complete under 2ms.


Integration

API Preview

Three endpoints. One API key. Full post-quantum signature stack in a single HTTP call.

POST /api/v1/triple-key/generate
curl -X POST https://api.h33.ai/api/v1/triple-key/generate \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -d '{"security_level": "standard"}'
POST /api/v1/triple-key/sign
curl -X POST https://api.h33.ai/api/v1/triple-key/sign \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -d '{"key_id": "tk_...", "message_b64": "SGVsbG8gV29ybGQ="}'
POST /api/v1/triple-key/verify
curl -X POST https://api.h33.ai/api/v1/triple-key/verify \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -d '{"key_id": "tk_...", "message_b64": "SGVsbG8gV29ybGQ=", "signature": "..."}'

Plans

Pricing

Simple, transparent pricing. Every plan includes all three signature layers.

Starter
$49/mo
5,000 operations / month
  • Ed25519 + Dilithium-5 + FALCON-512
  • 30-day key rotation (Standard)
  • REST API access
  • Community support
Get Started
Enterprise
$999/mo
250,000 operations / month
  • Everything in Pro
  • 7-day key rotation (Critical)
  • Dedicated key infrastructure
  • Custom rotation schedules
  • SLA guarantee (99.99%)
  • Dedicated support engineer
Contact Sales

Already an H33 customer? Triple Key operations are included in your existing credit pool.