Struct lockchain_core::PackedData[][src]

pub struct PackedData {
    pub nonce: Vec<u8>,
    pub iv: Vec<u8>,
    pub data: Vec<u8>,
}

Representation of encrypted data as an enecoded format

Includes all cryptographic state primitives that are required to send the data over a network and decrypt on the other side of a pipe.

Fields

Trait Implementations

Auto Trait Implementations

impl Send for PackedData

impl Sync for PackedData