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