prf::control::ExchangeBuffers struct final

Caller-owned buffers used by exchange for decode/sign/encode work.

Public variables

std::span<uint8_t> rx_scratch
Scratch used by decode/verify helpers.
std::span<uint8_t> tx_buffer
Target buffer where final response payload is assembled.