Struct lockchain_core::PackedData [−][src]
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
nonce: Vec<u8>
iv: Vec<u8>
data: Vec<u8>
Trait Implementations
impl AutoEncoder for PackedData[src]
impl AutoEncoder for PackedDatafn encode(&self) -> Result<String, SerdeError>[src]
fn encode(&self) -> Result<String, SerdeError>fn decode(s: &str) -> Result<Self, SerdeError>[src]
fn decode(s: &str) -> Result<Self, SerdeError>Auto Trait Implementations
impl Send for PackedData
impl Send for PackedDataimpl Sync for PackedData
impl Sync for PackedData