Cryptography templates
Ready-to-deploy state contracts in the Cryptography category. Each is a running machine — protocols pre-composed into states and transitions, deployable as-is onto your state machine.
| Template | What it does |
|---|---|
| RNG Entropy Health Gate | CRYPTO_ENTROPY on a random source: healthy → degraded → fail, holding key generation when entropy drops below the security floor. Prevents weak-key disasters. |
| ZeqReputation — Mathematical Reputation | CRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Reputation score der |
| Zeq Auth — Register | CRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Your equation IS you |
| Zeq Auth — Verify Token | CRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Verify a Zeq Auth to |
| Zeq Auth — Login | CRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Re-enter your equati |
| Zeq Auth — PKCE Cross-Domain | CRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Cross-domain PKCE OA |
| ZeqMesh Identity — Federated | CRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Federated identity a |
| ZeqAudit — Computation Audit Trail | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Immutable computation au |
| ZeqZK — Zero-Knowledge Proof | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Zero-knowledge proof usi |
| HITE Encryption | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. HULYAS Information-Theor |
| ZeqKeyEx — Temporal Key Exchange | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Diffie-Hellman key excha |
| HITE Decryption | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Decrypt HITE-encrypted d |
| TESC Encrypted Channel | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Temporal Entangled State |
| ZeqFirewall — Phase-Locked ACL | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Phase-locked access cont |
| ZeqCert — Mathematical Certificate | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Mathematical certificate |
| PoHC — Consensus Check | CRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Check consensus state |
| Entangled State — Explorer | CRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Search and browse the |
| Entangled State — Chain State | CRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Current state of the e |
| PoHC — Proof of Harmonic Convergence | CRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Submit a physics compu |
| Entangled State — Submit Transaction | CRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Submit a transaction t |
| Entangled State — Get Block | CRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Retrieve a finalized b |
| ZeqDNAForensics | CRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Forensic DNA analysis. |
| ZeqDigitalForensics | CRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Digital forensics evid |
| ZeqFingerprint | CRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Fingerprint analysis w |
| ZeqDocumentForensics | CRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Questioned document ex |
See the full Templates Library for all categories, or the State Contracts model for how to author your own.