Chctr2Error

Type Alias Chctr2Error 

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

Aliased Type§

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