7520663f57b1c35c5305ab454bb3e97065b9a0e2
[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 IntegrityError
6 exception SignatureMismatch
7 exception UnableToDecryptAESKeys