add new MAC key error
This commit is contained in:
parent
e064af5cba
commit
4af8185d65
@ -33,6 +33,8 @@ data CryptoError =
|
|||||||
| CryptoError_SecretKeySizeInvalid
|
| CryptoError_SecretKeySizeInvalid
|
||||||
| CryptoError_SecretKeyStructureInvalid
|
| CryptoError_SecretKeyStructureInvalid
|
||||||
| CryptoError_PublicKeySizeInvalid
|
| CryptoError_PublicKeySizeInvalid
|
||||||
|
-- Message authentification error
|
||||||
|
| CryptoError_MacKeyInvalid
|
||||||
deriving (Show,Eq,Enum,Data,Typeable)
|
deriving (Show,Eq,Enum,Data,Typeable)
|
||||||
|
|
||||||
instance E.Exception CryptoError
|
instance E.Exception CryptoError
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user