Enum ascon::DecryptFail [] [src]

pub enum DecryptFail {
    TagLengthError,
    AuthenticationFail,
}

Variants

Trait Implementations

impl Debug for DecryptFail
[src]

Formats the value using the given formatter.