67ccbc3906954129268aa7588fc1ec8e0afc545d
[crypto_lab2.git] / labo2-fsharp / CryptoFile / Types.fs
1 namespace CryptoFile
2
3 type Key = string
4
5 exception FileNotFound
6 exception IOError
7 exception SignatureMismatch
8 exception IntegrityError