Struct lockchain_core::PackedData [] [src]

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

Represents some encrypted packed data

Includes nonce, vault iv and blob. This abstraction is important to be able to send encrypted records across a network.

Fields

Trait Implementations

impl AutoEncoder for PackedData
[src]

[src]

[src]

Auto Trait Implementations

impl Send for PackedData

impl Sync for PackedData