Add some tests.
[crypto_lab2.git] / labo2-fsharp / CryptoFile / Types.fs
index fe72c06..7520663 100644 (file)
@@ -2,7 +2,6 @@
 
 type Key = string // For public and private RSA keys.
 
-exception FileNotFound
-exception IOError
 exception IntegrityError
 exception SignatureMismatch
+exception UnableToDecryptAESKeys