1
2
3
4
5
6
7
#[derive(Debug, Copy, Clone, Eq, PartialEq)]
pub enum Error {
    KeyTooLong,
    TagMismatch,
    InvalidLength,
    KeyRequired,
}