X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=labo2-fsharp%2FCryptoFile%2FTypes.fs;h=7520663f57b1c35c5305ab454bb3e97065b9a0e2;hb=f88f22ebc8d780fbd86358bf95dffcfb3803f509;hp=67ccbc3906954129268aa7588fc1ec8e0afc545d;hpb=beda8d83dc421c479bdcf5ee626ec85ee8555a80;p=crypto_lab2.git diff --git a/labo2-fsharp/CryptoFile/Types.fs b/labo2-fsharp/CryptoFile/Types.fs index 67ccbc3..7520663 100644 --- a/labo2-fsharp/CryptoFile/Types.fs +++ b/labo2-fsharp/CryptoFile/Types.fs @@ -1,8 +1,7 @@ namespace CryptoFile -type Key = string +type Key = string // For public and private RSA keys. -exception FileNotFound -exception IOError -exception SignatureMismatch exception IntegrityError +exception SignatureMismatch +exception UnableToDecryptAESKeys