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