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