X-Git-Url: http://git.euphorik.ch/?p=crypto_lab2.git;a=blobdiff_plain;f=labo2-fsharp%2FCryptoFile%2FTypes.fs;h=fe72c06593b4ca04ac6a5b00f47f8611d66fce33;hp=67ccbc3906954129268aa7588fc1ec8e0afc545d;hb=0425c0fc231c8a5625bf7ac9b711e152de0eafaa;hpb=ac84e8535149dbf639a7766f110960c998b47159 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