X-Git-Url: http://git.euphorik.ch/?p=crypto_lab2.git;a=blobdiff_plain;f=labo2-fsharp%2FCryptoFile%2FTypes.fs;fp=labo2-fsharp%2FCryptoFile%2FTypes.fs;h=980fa6883ccc2d3339bcd407839c0a48e1a48373;hp=7520663f57b1c35c5305ab454bb3e97065b9a0e2;hb=c0d86015957eda6badbe9c6e5256807f9ab0c02f;hpb=8e04e7140bd58f941930dc15b890236f8a20c67b diff --git a/labo2-fsharp/CryptoFile/Types.fs b/labo2-fsharp/CryptoFile/Types.fs index 7520663..980fa68 100644 --- a/labo2-fsharp/CryptoFile/Types.fs +++ b/labo2-fsharp/CryptoFile/Types.fs @@ -4,4 +4,4 @@ type Key = string // For public and private RSA keys. exception IntegrityError exception SignatureMismatch -exception UnableToDecryptAESKeys +exception UnableToDecryptKeys