Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

ENC Protocol — Spec

The normative protocol spec, divided by dependency layer. The kernel holds the protocol math and canonical semantics; the node realizes it at runtime; and the app layer — enclave profiles and confidentiality plugins — builds on top.

Kernel

Protocol math and canonical semantics.

Node

Node, server, and runtime behavior that realizes the kernel.

  • Node API — REST / WS / session / errors, hooks, DataView surfaces
  • Migration — migration modes, checkpoints, backup / restore
  • ZK validity proofs — zero-knowledge folded validity proofs

Enclaves

The enclave profile catalog and per-profile semantics.

Plugins

Confidentiality plugins and the cryptographic suite registry.