zheng reference

precise definitions, parameters, APIs, and constraint costs for each component zheng implements. these pages answer "what exactly is X" — the spec you consult when implementing or auditing.

for intuition, motivation, and learning paths see docs/explanation. for the FRI→STIR→WHIR evolution (historical context, not implemented) see fri-to-whir.

what zheng implements

whir — Weights Help Improving Rate. multilinear PCS with sub-millisecond verification

sumcheck — interactive proof reducing exponential sums to one evaluation

superspartan — IOP for Customizable Constraint Systems (CCS) via sumcheck

polynomial-commitment — commit-then-open primitive, WHIR instantiation over Goldilocks

proof pipeline

whirlaway — Whirlaway architecture spec: SuperSpartan IOP + WHIR PCS composition, protocol, cost model

transcript — Fiat-Shamir transcript construction, domain separation, sponge protocol

constraints — AIR constraint format, pattern table, CCS encoding, constraint budgets

verifier — standalone verifier algorithm, cost breakdown, nox pattern decomposition

recursion — recursive composition protocol, tree/fold/DAG topologies, depth bounds

api — prover/verifier/fold interface, data types, usage patterns

Dimensions

reference
reference of go-cyber lcd api in [swagger docs](https://lcd.bostrom.cybernode.ai) cyber cli tool is a reference for operations related transactions bostrom/api
bbg/reference
reference
nebu/reference
nebu specification canonical reference for the Goldilocks prime field, its arithmetic, and its hardware. spec pages | page | defines | |------|---------| | field | prime, elements, arithmetic, properties, why Goldilocks | | ntt | Number Theoretic Transform, roots of unity, butterfly, Cooley-Tukey |…
rs/reference
Rs Reference Primitives | # | Primitive | Reference | Type | |---|-----------|-----------|------| | 1 | [Typed Registers](/rs-reference-registers) | `#[register]` | Compiler (800L) | | 2 | [Bounded Async](/rs-reference-async) | `async(duration)` / `#[bounded_async]` | Proc-macro (200L) + rsc lint…
trident/reference
📖 Trident Reference [← Documentation Index](/trident-docs-readme) Canonical reference for all Trident design decisions. If reference docs and code disagree, the reference wins. Language Reference [language.md](/trident-reference-language) — the complete language in one file, 16 sections. Language |…
nox/reference
nox reference canonical specification of the nox virtual machine. this is the source of truth — when code and reference disagree, fix reference first, then propagate to code. specifications | page | scope | status | |------|-------|--------| | vm.md | overview, field (nebu), hash (hemera),…
hemera/reference
Hemera: A Permanent Hash Primitive for Planetary-Scale Collective Intelligence | field | value | |----------|--------------------------------| | version | 1.0 | | status | Decision Record | | authors | mastercyb, Claude (Anthropic) | | date | February 2026 | Abstract Hemera is the cryptographic…

Pages in this namespace

Local Graph