Enum chacha20_poly1305_aead::DecryptError
[−]
[src]
pub enum DecryptError {
TagMismatch,
IoError(Error),
}Error returned from the decrypt function.
Variants
TagMismatch | The calculated Poly1305 tag did not match the given tag. |
IoError | There was an error writing the output. |