Struct p2p::CryptMsg [] [src]

pub struct CryptMsg {
    pub nonce: [u8; 24],
    pub cipher_text: Vec<u8>,
}

General wire format for encrypted communication

Fields

Nonce used for this message

Encrypted message