Report almost done.
[crypto_lab2.git] / labo2-fsharp / CryptoFile / Crypto.fs
index 60f9c5f..24cebd0 100644 (file)
@@ -1,11 +1,11 @@
 namespace CryptoFile
 
+open System
+open System.IO
+open System.Security.Cryptography
+
 // Some cryptography primitives specific to CryptoFile.
 module internal Crypto =
-    open System
-    open System.IO
-    open System.Security.Cryptography
-
     type Data = byte[]
 
     let rsaKeySize = 2048