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