Merge branch 'maint-0.2.8'

This commit is contained in:
Nick Mathewson
2016-05-03 16:12:29 -04:00
2 changed files with 57 additions and 21 deletions
+6
View File
@@ -0,0 +1,6 @@
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.