-
zerotea v0.0.10 Stable
released this
2026-07-03 07:53:10 +00:00 | 74 commits to main since this releaseAdded
- Phase 2 (runtime) roadmap —
docs/RUNTIME-ROADMAP.md: M1–M4 daemon milestones,
spine/width work DAG, streaming lands (fixed batches retired), and the self-wiring
slot manifest inroot.zig/fuzz.zigso every module PR's tests run in its own CI. - Runtime seams (phase 2, first streaming wave):
runtime/phy— thePhydatagram
interface +InMemoryPhyin-process fabric that every multi-node test runs on
(the critical-path spine seam);runtime/tun— theTunethernet-frame interfaceFakeTuncapture/inject;runtime/env— a minimalRuntimeEnvironmentcontext
(node address, injected clock, deterministic splitmix64 PRNG, low-bandwidth knob);
runtime/httpclient— a testablestd.http.Clientwrapper (pure request/response
shaping KAT'd; system CA trust preserved). All pure/hermetic, no real I/O.
- Crypto SIMD: comptime-dispatched ARM NEON
@Vectorcores forpoly1305and
salsa20, each proven byte-identical to the scalar path by a parity KAT and
cross-compile-clean for amd64 + arm64 ReleaseSafe (portable@Vector, no arch-only
intrinsics; the amd64 build only instantiates the scalar path).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Phase 2 (runtime) roadmap —