pub type Hctr2Error = Error;
pub enum Hctr2Error { InputTooShort, TweakTooLong, InvalidDigit, }
Input is shorter than the minimum required length.
Tweak is longer than the maximum allowed.
A digit value is out of range for the radix.