X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=labo2-fsharp%2FCryptoFile%2FCrypto.fs;h=24cebd0bcf4acee9c8c4071cafa690594070b11f;hb=0508ca9ddb817b14ca747f8736ea1960cb70d2e7;hp=60f9c5f6562ad45cbc99edea260da500d7d5175b;hpb=0425c0fc231c8a5625bf7ac9b711e152de0eafaa;p=crypto_lab2.git diff --git a/labo2-fsharp/CryptoFile/Crypto.fs b/labo2-fsharp/CryptoFile/Crypto.fs index 60f9c5f..24cebd0 100644 --- a/labo2-fsharp/CryptoFile/Crypto.fs +++ b/labo2-fsharp/CryptoFile/Crypto.fs @@ -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