From: Ummon Date: Mon, 15 Dec 2014 20:39:42 +0000 (+0100) Subject: Remove a usless binding. X-Git-Url: http://git.euphorik.ch/?p=crypto_lab2.git;a=commitdiff_plain;h=d126e67726ed19db1be01c8e792dfc6baac82f5e Remove a usless binding. --- 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].