Variable EncryptedPayload.nonce

Nonce used for encryption

struct EncryptedPayload
{
  // ...
  ubyte[24] nonce ;
  // ...
}