Expand description
Binary framing for .tflog and .tfproof. Matches
tools/tf-types-ts/src/core/format.ts byte-for-byte via
conformance/framing-vectors.yaml.
.tflog — append-only log of proof events.
header = “TFLOG\x01\x00\x00” (8 bytes)
frames = u32 BE length + canonical-JSON event bytes (repeat)
.tfproof — signed bundle container.
header = “TFPROOF\x01” (8 bytes)
body = u32 BE length + canonical-JSON bundle bytes
trailer = u32 BE length + raw signature bytes