Enum cryptoxide::chacha20poly1305::DecryptionResult [−][src]
pub enum DecryptionResult {
Match,
MisMatch,
}
Expand description
Whether or not, the decryption was succesful related to the expected tag
Variants
Match
MisMatch
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DecryptionResult
impl Send for DecryptionResult
impl Sync for DecryptionResult
impl Unpin for DecryptionResult
impl UnwindSafe for DecryptionResult
Blanket Implementations
Mutably borrows from an owned value. Read more