#[derive(Debug)]
pub enum Error
{
DecryptionFailedCiphertextShort,
KeyCreationFailed,
EncryptionFailed,
EncryptionFailedRng,
DecryptionFailed,
PwHashFailed,
PwSplitFailedLeft,
PwSplitFailedRight,
HashAuthKeyFailed,
KeyDecryptFailed,
KeyDecryptionVerifyFailed,
SignKeyCreateFailed,
InitSignFailed,
DataToSignTooShort,
InitVerifyFailed,
AlgNotFound,
DecodePrivateKeyFailed,
HmacAuthFailedLength,
OpeRangeError,
OpeHdgInvalidInputs,
OpeStringToLarge,
}