Hctr3Error

Type Alias Hctr3Error 

Source
pub type Hctr3Error = Error;
👎Deprecated: Use common::Error instead

Aliased Type§

pub enum Hctr3Error {
    InputTooShort,
    TweakTooLong,
    InvalidDigit,
}

Variants§

§

InputTooShort

Input is shorter than the minimum required length.

§

TweakTooLong

Tweak is longer than the maximum allowed.

§

InvalidDigit

A digit value is out of range for the radix.