Trust for autonomous intelligence

Post-quantum identity, signing, and provenance. Quantum-assisted authentication in research.

MOSS Shipping

MOSS gives each agent a cryptographic identity and signs every output. If four agents touched a payload, you can trace exactly which one produced what — and verify nothing was tampered with in between.

We use ML-DSA-44 (FIPS 204) because RSA, ECDSA, and Ed25519 won't survive quantum computers, and audit logs need to stay valid for decades. Existing tools like GPG weren't built for agents, and JWTs are auth tokens, not signatures.

Python
from moss import Subject

agent = Subject.create("moss:app:agent-1")
envelope = agent.sign({"action": "approve"})

# Verify origin
assert agent.verify(envelope)
CLI
$ moss keygen --out agent.key
$ moss sign --in data.json --key agent.key --out data.sig
$ moss verify --in data.json --sig data.sig
pip install moss-sdk mosscomputing.com → GitHub

Integrations for CrewAI, AutoGen, LangGraph, and LangChain.

Signed Envelope

subject "moss:app:agent-1" payload_hash "a3f2c8..." SHA-256 seq 42 replay protection ts "2025-01-15T10:30:00Z" signature ML-DSA-44 (FIPS 204)

Signatures

ML-DSA-44

Standard

FIPS 204

Hash

SHA-256

Key Encryption

AES-256-GCM

SEEP Early Research

A stateless, one-shot authentication proof built from two-mode squeezed entanglement and homodyne measurements.

Two-mode squeezed states (TMSS) and homodyne detection are mature, high-rate, room-temperature tools in quantum optics. SEEP explores whether they can provide authentication where there's nothing to extract — each proof consumes the shared quantum state.

Continuous-Variable Entanglement

Source squeezed light ⟨ψ⟩ Device A Device B no-cloning theorem Measurement correlations are unique to this device pair

Team

We're systems engineers, cryptographers, and applied researchers. Backgrounds in embedded systems, physics simulation, real-time graphics, distributed infrastructure, and post-quantum security.

We've shipped large-scale systems, authored authentication patents, and maintain open-source tools. We value rigor, clear thinking, boldness, initiative, ownership, and shipping.

Careers →