X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=labo2-fsharp%2FCryptoFile%2FTypes.fs;h=7520663f57b1c35c5305ab454bb3e97065b9a0e2;hb=61a8b3492e89e883b23c158eb52ba2b070234df8;hp=38457bea0ad87a33d2a5eb0c25f278f3945ce05c;hpb=19a9446e4042d5e451f1ae0534ffba242d33879e;p=crypto_lab2.git diff --git a/labo2-fsharp/CryptoFile/Types.fs b/labo2-fsharp/CryptoFile/Types.fs index 38457be..7520663 100644 --- a/labo2-fsharp/CryptoFile/Types.fs +++ b/labo2-fsharp/CryptoFile/Types.fs @@ -4,3 +4,4 @@ type Key = string // For public and private RSA keys. exception IntegrityError exception SignatureMismatch +exception UnableToDecryptAESKeys