Korea Advanced Materials listed a post-quantum cryptography SDK on npm last month. The cryptography is real. The company is struggling.
QuantumSafe, operated by Korea Advanced Materials (KOSDAQ: A062970), launched as a blockchain-focused PQC platform implementing two NIST-standardized algorithms: ML-DSA-65 (FIPS 204) and SLH-DSA-128s (FIPS 205). The npm package is live. The blog has gas cost benchmarks. For a developer trying to protect Ethereum smart contracts from future quantum attacks, the product works and the documentation is coherent.
For anyone paying attention to the parent company's financials, the picture shifts. Korea Advanced Materials reported revenue of approximately 14.4 billion South Korean won in 2022, according to Simply Wall St. By 2024 that had fallen to roughly 3.58 billion KRW — a decline of roughly 75%. The company is currently unprofitable. Its core business is optical components, a market that has contracted. The PQC pivot is not a growth story — it is a bet on a different future by a company whose present is shrinking.
The QuantumSafe product itself is technically sound. ML-DSA-65 signatures run at approximately 0.3 milliseconds per signing operation, per the company's benchmarks. SLH-DSA-128s is slower at 50 to 100 milliseconds but offers a different security profile. The signature sizes are large by Ethereum standards: ML-DSA-65 produces 3,293-byte signatures versus 64 bytes for ECDSA secp256k1, the curve used by Bitcoin and most Ethereum addresses. On Ethereum's post-EIP-4844 fee model, that translates to roughly 83,920 gas for ML-DSA-65 and 126,208 gas for SLH-DSA-128s, compared to approximately 1,552 gas for a standard ECDSA verification.
The Harvest Now, Decrypt Later threat is real. The National Institute of Standards and Technology and multiple independent risk assessments project cryptographically relevant quantum computers by 2030 to 2035. An adversary who records Ethereum transaction data today could, with a sufficiently powerful quantum computer, derive the private keys underlying exposed public keys. The concern is not hypothetical — it is a defined risk with a defined timeline and a defined solution set. NIST selected ML-DSA and SLH-DSA precisely because they resist both classical and quantum attacks.
The question QuantumSafe's benchmarks do not answer is adoption readiness. Ethereum's quantum-resistant migration is an eight-year infrastructure project with active testnet development and four planned hard fork milestones, as the Ethereum Foundation has documented. Bitcoin's quantum migration is less developed: BIP-360 introduces a new output type that hides public keys, but the existing Schnorr signature infrastructure does not benefit from taproot's public key exposure by default. The infrastructure for post-quantum Ethereum exists in draft form. The infrastructure for post-quantum Bitcoin does not.
QuantumSafe's pricing model — free tier up to 500 API calls per month, Builder at $19, Pro at $49, Enterprise with SLA — suggests a product aimed at individual developers and small teams rather than institutional DeFi protocols. The free tier is not a trial; it is a landing page. The company needs paying customers to sustain development.
What Korea Advanced Materials is selling is real cryptographic protection against a real threat, built on NIST-standardized algorithms, delivered through a developer-friendly npm package. The gap is the seller. A company whose core revenue has fallen by roughly 75% in two years is an unusual underwriter for critical cryptographic infrastructure. Developers integrating QuantumSafe today are trusting that the company will maintain, update, and support the SDK through the decade-long migration window that quantum threats require. A company that is unprofitable in 2026 is not obviously positioned to do that.
The SDK works. The algorithms are NIST standards, not proprietary inventions. For a developer evaluating short-term integration, QuantumSafe does what it says on the box. For anyone thinking about a five-to-ten-year security horizon — which is exactly the horizon quantum threats operate on — the financial health of the vendor matters as much as the technical merit of the code.
Korea Advanced Materials did not respond to a request for comment on its product roadmap and financial position.