Certified implementations

The GMP registry.

Backends that pass GMP conformance, published with their signed reports. The list is short today — it's built to fill with external backends. Yours could be the first.

Listed backends

Currently certified.

Conformance run on the v0.2.0 corpus (hash f049820b). Both entries are self-certified by the reference project; external certifications carry independent verification.

grafomem · reference store in-memory GMP reference · v0.2.0 · self-certified M8 1.000 · 7/7 PASS
grafomem · sqlite store persistent SQLite-backed · v0.2.0 · self-certified M8 1.000 · 7/7 PASS

No external backends are listed yet. The registry exists precisely to publish them — the first external certification is the milestone that turns a reference project into a standard.

Submit

List your backend.

Self-certification is open and free. A listing with the GMP Verified mark adds independent verification.

# 1. install
pip install "grafomem[crypto]"

# 2. run conformance against your backend, signing the report
grafomem conformance -b your_pkg.adapter:YourStore --sign-key ./key.ed25519 > report.json

# 3. submit report.json — opens an email to the maintainers