pub trait ExperimentalEncryptOutput {
// Required methods
fn cipher_text(&self) -> Vec<u8> ⓘ;
fn nonce(&self) -> Vec<u8> ⓘ;
}
Required Methods§
Sourcefn cipher_text(&self) -> Vec<u8> ⓘ
fn cipher_text(&self) -> Vec<u8> ⓘ
Ciphertext that was encrypted.