PricingDemo
Log InGet API Key
Infrastructure

H33-74 as Infrastructure

| Eric Beans, CEO | 14 min read

Every infrastructure layer in computing can be reduced to a single question: what is the smallest unit of work that makes the entire system useful? For TCP/IP, it is the packet. For DNS, it is the record. For TLS, it is the handshake. For trust in the post-quantum era, it is 74 bytes.

H33-74 is not a product feature. It is an infrastructure primitive. It is the smallest possible representation of a cryptographically complete, post-quantum attestation that spans three independent mathematical hardness assumptions. Understanding why this matters requires understanding what happens when attestation artifacts are too large to be practical, and how distillation solves the problem that compression cannot.

The Size Problem in Post-Quantum Cryptography

Post-quantum cryptographic signatures are large. A single ML-DSA-65 signature is approximately 3,293 bytes. A FALCON-512 signature is around 690 bytes. An SLH-DSA-SHA2-128f signature is 17,088 bytes. When you combine all three into a single attestation bundle, alongside the public keys and metadata needed for verification, the total artifact approaches 55,000 bytes.

Now consider what happens when you need to store that attestation on a blockchain. Bitcoin's OP_RETURN allows 80 bytes per output. Ethereum's calldata costs 16 gas per byte. Solana's transaction size limit is 1,232 bytes. A 55,000-byte attestation bundle is not merely expensive to store on-chain; it is physically impossible to include in a single transaction on most blockchains. Even off-chain, storing 55 KB per attestation in a high-throughput system that processes millions of events per day creates significant storage and bandwidth overhead.

This is the fundamental tension in post-quantum security: the mathematical strength that protects against quantum computers comes at the cost of dramatically larger cryptographic artifacts. And those larger artifacts collide with the practical constraints of real-world systems.

Why Compression Is the Wrong Mental Model

The natural instinct when faced with large data is to compress it. Apply gzip, zstd, or some domain-specific compression algorithm and reduce the size. This approach fails fundamentally for cryptographic material.

Cryptographic signatures and keys are designed to be indistinguishable from random noise. That is a core security property: if you could compress a signature significantly, it would mean the signature contains exploitable structure, which would likely indicate a weakness in the underlying scheme. Well-designed cryptographic artifacts compress poorly, typically achieving less than five percent size reduction.

More importantly, compression implies reversibility. You compress data with the expectation of decompressing it back to the original form. This is the wrong paradigm for attestation. You do not need the full 55,000-byte bundle at every point in the system. You need a verifiable commitment to the attestation that can be expanded when necessary.

This is why H33-74 uses distillation, not compression. Distillation produces a new, smaller artifact that retains the trust properties of the original material without claiming to be a reversible encoding of it. The 74 bytes are not a compressed version of 55,000 bytes. They are a fundamentally different representation that serves the same verification purpose at a fraction of the size.

The 74-Byte Structure

H33-74 splits its 74 bytes into two components with distinct storage characteristics. The first 32 bytes form an on-chain commitment. This is a cryptographic hash that binds the attestation to a specific point in time and a specific set of claims. These 32 bytes can be stored on any blockchain, in any database, in any system that can hold 32 bytes of data. They are the anchor point for the attestation.

The remaining 42 bytes reside in the Cachee infrastructure layer. These bytes contain the metadata needed to locate and expand the full attestation: the scheme identifiers for the three signature families used, the key generation epoch, the attestation timestamp, and the routing information needed to retrieve the full verification bundle. The Cachee layer provides sub-millisecond access to this data with high availability and geographic distribution.

When verification is requested, the 74 bytes are reunited and expanded back to the full attestation bundle. The three signatures are verified independently against their respective public keys. The hash commitment is checked against the expanded material. If all checks pass, the attestation is valid. If any check fails, the entire attestation is rejected.

Infrastructure Properties

What makes H33-74 an infrastructure primitive rather than a product feature is its universality. Good infrastructure primitives share several properties: they are small, they are composable, they are verifiable, and they are agnostic to the systems that use them.

Small: 74 bytes fits everywhere. It fits in a QR code. It fits in a DNS TXT record. It fits in a blockchain transaction. It fits in an HTTP header. It fits in an NFC tag. It fits in a JWT claim. Any system that can transport 74 bytes can transport a full post-quantum attestation by reference. This universality of transport is what makes it infrastructure rather than a feature of a specific product.

Composable: H33-74 attestations can be chained, aggregated, and nested. A batch of 1,000 attestations can be Merkle-aggregated into a single 74-byte root attestation. That root can then be anchored on-chain with a single 32-byte commitment, providing post-quantum attestation for the entire batch at the cost of one on-chain write. This composability enables arbitrarily complex trust hierarchies built from simple primitives.

Verifiable: Anyone with access to the 74 bytes and the H33 verification endpoint can independently verify an attestation. The verification process expands the bytes, checks all three signatures, validates the hash commitment, and returns a definitive pass or fail. There is no ambiguity, no partial verification, no trust required in any intermediary. The mathematics either check out or they do not.

Agnostic: H33-74 does not care about the underlying chain, database, or transport layer. The same 74 bytes work on Bitcoin, Ethereum, Solana, a PostgreSQL database, an S3 bucket, or a printed piece of paper. The primitive is independent of the systems that store and transport it, which is the defining characteristic of infrastructure.

Chain-Agnostic Anchoring

One of the most powerful applications of H33-74 is chain-agnostic anchoring. Traditional approaches to on-chain attestation are chain-specific: you write a smart contract for Ethereum, a different program for Solana, a different script for Bitcoin. Each chain has its own storage model, transaction format, and fee structure. Building multi-chain attestation is an expensive engineering exercise that must be repeated for every new chain.

H33-74 inverts this. Because the on-chain component is just 32 bytes (a hash), it fits into the native capabilities of every blockchain. Bitcoin's OP_RETURN can hold it. Ethereum's calldata can hold it. Solana's instruction data can hold it. Even chains with extremely constrained transaction sizes can hold 32 bytes. The chain becomes a commodity timestamping service rather than a platform-specific integration point.

This means that the same attestation can be simultaneously anchored on multiple chains for redundancy, without changing the attestation itself. The 74 bytes remain the same regardless of where the 32-byte commitment is stored. This is true chain agnosticism: the primitive does not adapt to the chain; the chain serves the primitive.

Use Cases: From Single Events to Global Systems

The infrastructure nature of H33-74 becomes apparent when you consider the range of use cases it enables with no modification to the primitive itself.

Document signing: A legal document is signed with three PQ signature schemes. The resulting 55 KB attestation is distilled to 74 bytes and embedded in the PDF metadata. The document can be verified decades from now by expanding the 74 bytes and checking the signatures, even after quantum computers are available. The storage overhead in the PDF is 74 bytes, not 55 KB.

IoT device attestation: A sensor reading is attested with post-quantum signatures. The 74-byte attestation travels with the data through the entire pipeline, from edge device to cloud processing to archival storage. The sensor itself never needs to generate 55 KB of signature material; it receives a pre-computed 74-byte token from the H33 infrastructure and attaches it to the reading.

API authentication: Every API call receives a 74-byte attestation in the response header. The client can verify that the response came from a legitimate server with post-quantum certainty. The overhead per request is 74 bytes in a response header, not a separate verification call or a large signature blob.

Supply chain tracking: Every handoff in a supply chain is attested with H33-74. The chain of custody is a sequence of 74-byte attestations, each linking to the previous one. The entire provenance history of a product can be verified by walking the chain and expanding each attestation. The on-chain footprint is 32 bytes per handoff event.

Biometric authentication: Every FHE-encrypted biometric match produces a 74-byte attestation confirming that the match was performed correctly in the encrypted domain. This attestation can be stored, audited, and verified independently of the biometric data itself, which is never exposed.

The Economics of 74 Bytes

Infrastructure economics matter. If the primitive is too expensive to use at scale, it will not become infrastructure regardless of how elegant it is technically.

On Bitcoin, storing 32 bytes in an OP_RETURN costs the minimum relay fee, typically a few hundred satoshis. At current prices, anchoring a post-quantum attestation on the most secure blockchain in existence costs fractions of a cent. Compare this to the cost of storing 55 KB on-chain (which would require multiple transactions and cost significantly more, if it were even possible).

On Ethereum, 32 bytes of calldata costs 512 gas (32 bytes times 16 gas per non-zero byte). At 30 gwei gas price, that is approximately 0.0000154 ETH. At current ETH prices, this is well under a cent. The economics of 74-byte distillation make it viable to attest every event in a high-throughput system, not just high-value transactions.

On Solana, the cost is similarly minimal. The transaction fee is a flat 5,000 lamports (0.000005 SOL) regardless of the data included. A 32-byte commitment adds negligible overhead to the transaction size.

These economics enable a fundamental shift: from selective attestation (only attesting high-value events because the cost is prohibitive) to universal attestation (attesting everything because the cost is negligible). Universal attestation is what turns cryptographic verification from a security feature into infrastructure.

The Distillation Process

The technical process of creating an H33-74 begins with the full attestation. The three signature schemes (ML-DSA, FALCON, SLH-DSA) each sign the same payload, producing their respective signatures. The three signatures, along with the public keys and attestation metadata, form the full bundle.

The distillation process takes this bundle and produces the 74-byte representation through a series of cryptographic transformations. The 32-byte on-chain commitment is derived from a SHA3-256 hash of the full bundle, ensuring that any modification to any component of the bundle changes the commitment. The 42-byte Cachee component encodes the scheme parameters, epoch identifiers, and routing information using a compact binary format designed specifically for this purpose.

The full bundle is stored in the Cachee layer with the 74-byte identifier as its key. When verification is requested, the Cachee layer retrieves the full bundle, and the verification process checks: (1) that the SHA3-256 hash of the retrieved bundle matches the 32-byte commitment, (2) that each of the three signatures is valid against its respective public key, and (3) that the metadata in the 42-byte component matches the bundle metadata. All three checks must pass for the attestation to be considered valid.

Building on the Primitive

The power of infrastructure primitives is that they enable applications their designers did not anticipate. TCP/IP was designed for military communication and became the foundation of the commercial internet. DNS was designed for name resolution and became the foundation of content delivery networks, load balancing, and service discovery.

H33-74 is designed for post-quantum attestation, but its properties, small, composable, verifiable, and agnostic, make it suitable for any application that needs to answer the question: did this event happen, and can I prove it will still be verifiable after quantum computers exist?

Introducing H33-74. 74 bytes. Any computation. Post-quantum attested. Forever.

Start Building on H33-74

The 74-byte primitive is available through the H33 API today. Attest, verify, and anchor in minutes.

Get API Key Read the Docs
Verify It Yourself