Report almost done.
[crypto_lab2.git] / labo2-fsharp / CryptoFile / Types.fs
index 67ccbc3..38457be 100644 (file)
@@ -1,8 +1,6 @@
 namespace CryptoFile
 
-type Key = string
+type Key = string // For public and private RSA keys.
 
-exception FileNotFound
-exception IOError
-exception SignatureMismatch
 exception IntegrityError
+exception SignatureMismatch