X-Git-Url: http://git.euphorik.ch/?p=crypto_lab2.git;a=blobdiff_plain;f=labo2-fsharp%2FCryptoFile%2FAPI.fs;fp=labo2-fsharp%2FCryptoFile%2FAPI.fs;h=32effa2ec926bc4f6406dc7e77005cbbebcc8060;hp=925f933b7b6f48ee165e69358927abd52dce7842;hb=d126e67726ed19db1be01c8e792dfc6baac82f5e;hpb=53e900f879bb3ddabc37c188027e8d659625cd10 diff --git a/labo2-fsharp/CryptoFile/API.fs b/labo2-fsharp/CryptoFile/API.fs index 925f933..32effa2 100644 --- a/labo2-fsharp/CryptoFile/API.fs +++ b/labo2-fsharp/CryptoFile/API.fs @@ -30,7 +30,6 @@ module API = let internal (@@) a1 a2 = Array.append a1 a2 - let test = 256 / 8 let hmacSize = 256 / 8 // [byte]. let signatureSize = Crypto.rsaKeySize / 8 // [byte]. let keysSize = Crypto.rsaKeySize / 8 // [byte].