pub type Hctr2FpError = Error;👎Deprecated: Use common::Error instead
Aliased Type§
pub enum Hctr2FpError {
InputTooShort,
TweakTooLong,
TweakTooShort,
InvalidTweak,
InvalidDigit,
}Variants§
InputTooShort
Input is shorter than the minimum required length.
TweakTooLong
Tweak is longer than the maximum allowed.
TweakTooShort
Tweak is shorter than the minimum required length.
InvalidTweak
Tweak format is invalid (e.g., reserved bits are set).
InvalidDigit
A digit value is out of range for the radix.