Struct threema_gateway::EncryptedMessage [] [src]

pub struct EncryptedMessage {
    pub ciphertext: Vec<u8>,
    pub nonce: [u8; 24],
}

An encrypted message. Contains both the ciphertext and the nonce.

Fields