X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=labo2-fsharp%2FCryptoFile%2FTypes.fs;fp=labo2-fsharp%2FCryptoFile%2FTypes.fs;h=67ccbc3906954129268aa7588fc1ec8e0afc545d;hb=beda8d83dc421c479bdcf5ee626ec85ee8555a80;hp=0000000000000000000000000000000000000000;hpb=8ba0c13cac9a84ef690dd09b92b846e85b7b02dd;p=crypto_lab2.git diff --git a/labo2-fsharp/CryptoFile/Types.fs b/labo2-fsharp/CryptoFile/Types.fs new file mode 100644 index 0000000..67ccbc3 --- /dev/null +++ b/labo2-fsharp/CryptoFile/Types.fs @@ -0,0 +1,8 @@ +namespace CryptoFile + +type Key = string + +exception FileNotFound +exception IOError +exception SignatureMismatch +exception IntegrityError