projects
/
crypto_lab2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53e900f
)
Remove a usless binding.
author
Ummon
<greg.burri@gmail.com>
Mon, 15 Dec 2014 20:39:42 +0000
(21:39 +0100)
committer
Ummon
<greg.burri@gmail.com>
Mon, 15 Dec 2014 20:39:42 +0000
(21:39 +0100)
labo2-fsharp/CryptoFile/API.fs
patch
|
blob
|
history
diff --git
a/labo2-fsharp/CryptoFile/API.fs
b/labo2-fsharp/CryptoFile/API.fs
index
925f933
..
32effa2
100644
(file)
--- 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].