change RSA key size from 2048 to 3072.
[crypto_lab2.git] / labo2-fsharp / CryptoFile / Types.fs
index 7520663..980fa68 100644 (file)
@@ -4,4 +4,4 @@ type Key = string // For public and private RSA keys.
 
 exception IntegrityError
 exception SignatureMismatch
-exception UnableToDecryptAESKeys
+exception UnableToDecryptKeys