

Post-quantum infrastructure built beyond Q-Day
Infrastructure for sovereign-grade settlement, tokenisation rails, and regulated digital-asset ecosystems, secured by post-quantum cryptography. Quantum-resistant by design. Compliant by construction.
ML-KEM
ML-DSA
SLH-DSA
256-bit PQ security
Why Post-Quantum Cryptography matter
Tokenised assets, stablecoin settlement and blockchain infrastructure depend on cryptography. As institutional finance moves on-chain, the industry faces a transition toward post-quantum cryptography, driven by emerging quantum threats and harvest-now, decrypt-later (HNDL) attack models.
e23 develops post-quantum infrastructure for digital asset markets, combining NIST-standardised cryptography, crypto-agility frameworks and quantum-resistant security designed for long-term financial systems.
Post-Quantum Cryptography stack
Quantum-resistant by default
Built on lattice, hash, and code-based cryptography, designed to remain secure and withstand CRQC-era attacks.
Hybrid key exchange
Compose ML-KEM with X25519 in a single handshake. Classical security guarantees layered with post-quantum protection.
Crypto-agile architecture
Future-ready cryptographic infrastructure that evolves as NIST standards and post-quantum cryptography requirements mature.
Hardware-accelerated
AVX2, NEON, and constant-time implementations across x86, ARM, and RISC-V. Sub-millisecond key generation on commodity silicon.
Harvest-now defense
Defends against harvest-now, decrypt-later threats by protecting sensitive financial and blockchain data against quantum attacks.
Drop-in SDKs
TypeScript, Rust, Go, and Python SDKs for seamless post-quantum integration across applications, APIs and blockchain infrastructure.
Standardised. Audited. Production-ready.
We implement the full NIST PQC suite plus selected stateful and code-based alternatives. Each primitive is constant-time, side-channel hardened, and independently audited.
ML-KEM
FIPS 203ML-DSA
FIPS 204SLH-DSA
FIPS 205Falcon
ROUND 4One handshake.
Two security models.
Hybrid ML-KEM + X25519 negotiates classical and post-quantum shared secrets in a single round trip. Compatible with TLS 1.3 extension space, deployable behind existing termination layers.
import { MLKEM, X25519, Hybrid } from "@e23/pqc";
const kem = await MLKEM.create("ML-KEM-1024");
const ecdh = await X25519.create();
const suite = Hybrid.compose(kem, ecdh);
const { publicKey, secretKey } = await suite.keypair();
const { ciphertext, sharedSecret } =
await suite.encapsulate(publicKey);
// 256-bit post-quantum security · NIST Level 5
// classical fallback: X25519 (Curve25519)Estimated runway until cryptographically-relevant quantum computers are widely projected to break classical asymmetric cryptography.
Q-Day risk horizon per NIST guidance
Sensitive financial data lifetime
ML-KEM-768 keygen on commodity CPU
Wire compatibility with TLS 1.3