#pragma once #include struct KeyConfiguration { const uint8_t* remoteKey; const uint8_t* localKey; uint32_t challengeExpiryMs; };