Merge branch 'keccak-load-faster'

This commit is contained in:
Nick Mathewson
2017-03-14 19:47:38 -04:00
5 changed files with 79 additions and 48 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (performance):
- The minimal keccak implementation we include now accesses memory
more efficiently, especially on little-endian systems.
Closes ticket 21737.