fe72c06593b4ca04ac6a5b00f47f8611d66fce33
[crypto_lab2.git] / labo2-fsharp / CryptoFile / Types.fs
1 namespace CryptoFile
2
3 type Key = string // For public and private RSA keys.
4
5 exception FileNotFound
6 exception IOError
7 exception IntegrityError
8 exception SignatureMismatch