sentc-crypto-core 0.15.0

The core of sentc encryption sdk with all alg.
Documentation
#[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,
}