mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
8f292f1c33
* SHA-3/SHAKE use little endian for certain things, so byteswap as needed. * The code was written under the assumption that unaligned access to quadwords is allowed, which isn't true particularly on non-Intel.
7 lines
275 B
Plaintext
7 lines
275 B
Plaintext
o Major bugfixes (crypto, portability):
|
|
- The SHA3 and SHAKE routines now produce the correct output on
|
|
Big Endian systems, unbreaking the unit tests. No code calls
|
|
either algorithm family yet, so this is primarily a build fix.
|
|
Closes ticket 18943.
|
|
|