summaryrefslogtreecommitdiff
path: root/src/ext/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-14 14:20:15 -0400
committerNick Mathewson <nickm@torproject.org>2017-03-14 14:20:15 -0400
commit9014dc111a46ae7e9443eb4f41969cfc20e79acc (patch)
tree74d1475880b345255e58b66bf2fc1a6050bb0c7a /src/ext/include.am
parentf38f9b33d0bf52583491cdea6f41eb51819c627b (diff)
downloadtor-9014dc111a46ae7e9443eb4f41969cfc20e79acc.tar.gz
tor-9014dc111a46ae7e9443eb4f41969cfc20e79acc.zip
Improve keccak-tiny performance by 15% on LE intel
The 64-bit load and store code was generating pretty bad output with my compiler, so I extracted the code from csiphash and used that instead. Close ticket 21737
Diffstat (limited to 'src/ext/include.am')
-rw-r--r--src/ext/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/include.am b/src/ext/include.am
index f00f3e031e..c18e58857e 100644
--- a/src/ext/include.am
+++ b/src/ext/include.am
@@ -5,6 +5,7 @@ EXTRA_DIST += src/ext/README
EXTHEADERS = \
src/ext/ht.h \
+ src/ext/byteorder.h \
src/ext/tinytest.h \
src/ext/tor_readpassphrase.h \
src/ext/strlcat.c \