Put the API in an seperate library assembly and create an assembly for testing.
[crypto_lab2.git] / labo2-fsharp / CryptoFile / Types.fs
diff --git a/labo2-fsharp/CryptoFile/Types.fs b/labo2-fsharp/CryptoFile/Types.fs
new file mode 100644 (file)
index 0000000..67ccbc3
--- /dev/null
@@ -0,0 +1,8 @@
+namespace CryptoFile
+
+type Key = string
+
+exception FileNotFound
+exception IOError
+exception SignatureMismatch
+exception IntegrityError