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