Struct cryptoxide::chacha20poly1305::ContextDecryption [−][src]
pub struct ContextDecryption(_);
Expand description
ChaCha20Poly1305 Incremental Context for decryption
Implementations
Decrypt input in place
Decrypt the input to the output slice
Panics: if input and output are of different size
Finalize the decryption context and check that the tag match the expected value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ContextDecryption
impl Send for ContextDecryption
impl Sync for ContextDecryption
impl Unpin for ContextDecryption
impl UnwindSafe for ContextDecryption
Blanket Implementations
Mutably borrows from an owned value. Read more