Struct cryptoxide::chacha20poly1305::ContextEncryption [−][src]
pub struct ContextEncryption(_);
Expand description
ChaCha20Poly1305 Incremental Context for encryption
Implementations
Encrypt input in place
Encrypt the input slice to the output slice
The number of bytes written to the output is equal to the number of bytes as input.
Panics: if input and output are of different size
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ContextEncryption
impl Send for ContextEncryption
impl Sync for ContextEncryption
impl Unpin for ContextEncryption
impl UnwindSafe for ContextEncryption
Blanket Implementations
Mutably borrows from an owned value. Read more