Skip to main content

Module framing

Module framing 

Source
Expand description

Canonical 512-bit framing for a fused signature and public key.

Structs§

FusedBeat
Host-side representation of one 512-bit output transfer.
FusedFrame
Raw output-frame storage carrying a caller-selected profile type P.

Enums§

OutputFrameError
Error returned when an input beat sequence violates canonical framing.

Constants§

FUSED_OUTPUT_BEATS
Number of output beats in one fused 2,208-byte result.
OUTPUT_BEAT_BYTES
Number of bytes carried by one 512-bit output beat.

Functions§

pack_fused_output
Packs signature || public_key into the canonical 35-beat output stream.
unpack_fused_output
Validates and unpacks a canonical fused-output stream.