Add some tests.
[crypto_lab2.git] / labo2-fsharp / CryptoFile / Types.fs
index 38457be..7520663 100644 (file)
@@ -4,3 +4,4 @@ type Key = string // For public and private RSA keys.
 
 exception IntegrityError
 exception SignatureMismatch
+exception UnableToDecryptAESKeys