Hctr2Error

Type Alias Hctr2Error 

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

Aliased Type§

pub enum Hctr2Error {
    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.