X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=labo2-fsharp%2FCryptoFile%2FTypes.fs;h=980fa6883ccc2d3339bcd407839c0a48e1a48373;hb=d126e67726ed19db1be01c8e792dfc6baac82f5e;hp=67ccbc3906954129268aa7588fc1ec8e0afc545d;hpb=beda8d83dc421c479bdcf5ee626ec85ee8555a80;p=crypto_lab2.git diff --git a/labo2-fsharp/CryptoFile/Types.fs b/labo2-fsharp/CryptoFile/Types.fs index 67ccbc3..980fa68 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 UnableToDecryptKeys