mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
9014dc111a
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
5 lines
193 B
Plaintext
5 lines
193 B
Plaintext
o Minor features (performance):
|
|
- The minimal keccak implementation we include now accesses memory
|
|
more efficiently, especially on little-endian systems.
|
|
Closes ticket 21737.
|