aboutsummaryrefslogtreecommitdiff
path: root/networking/tls_symmetric.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/tls_symmetric.h')
-rw-r--r--networking/tls_symmetric.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/tls_symmetric.h b/networking/tls_symmetric.h
index 712ee600c..b6b55c78c 100644
--- a/networking/tls_symmetric.h
+++ b/networking/tls_symmetric.h
@@ -6,7 +6,7 @@
6 6
7 7
8/* The part below is a section of matrixssl-3-7-2b-open/crypto/cryptolib.h 8/* The part below is a section of matrixssl-3-7-2b-open/crypto/cryptolib.h
9 * Changes are flagged with ///bbox 9 * Changes are flagged with //bbox
10 * TODO: 10 * TODO:
11 * Take a look at "roll %%cl" part... rotates by constant use fewer registers, 11 * Take a look at "roll %%cl" part... rotates by constant use fewer registers,
12 * and on many Intel CPUs rotates by %cl are slower: they take 2 cycles, not 1. 12 * and on many Intel CPUs rotates by %cl are slower: they take 2 cycles, not 1.
@@ -299,7 +299,7 @@ x = (((uint64)((y)[0] & 255))<<56)|(((uint64)((y)[1] & 255))<<48)| \
299 299
300 300
301/* The part below is taken almost verbatim from matrixssl-3-7-2b-open/crypto/symmetric/. 301/* The part below is taken almost verbatim from matrixssl-3-7-2b-open/crypto/symmetric/.
302 * Changes are flagged with ///bbox 302 * Changes are flagged with //bbox
303 */ 303 */
304 304
305/** 305/**