pub type Hctr3Error = Error;
pub enum Hctr3Error { 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.