Variable EncryptedPayload.payload

The serialized & encrypted payload

struct EncryptedPayload
{
  // ...
  ubyte[88] payload ;
  // ...
}