pub type InputCommitmentBytes = [u8; 32];Expand description
32‑byte Blake3 hash of the raw request payload observed by the REX service.
This binds a response to the exact input it was computed from and is included
in the signature transcript as input_commitment || blake3(response_value).