Files
tor/changes
Yawning Angel 732f522a42 Fix unaligned access in SipHash-2-4.
The compiler is allowed to assume that a "uint64_t *" is aligned
correctly, and will inline a version of memcpy that acts as such.

Use "uint8_t *", so the compiler does the right thing.
2015-03-23 09:20:02 -04:00
..
2014-07-27 15:41:30 -04:00
2014-08-09 15:57:44 -04:00
2014-09-01 16:22:52 -04:00
2014-08-20 12:56:57 -04:00
2014-09-20 16:46:02 -04:00
2014-11-12 15:25:52 -05:00
2015-03-09 11:07:50 -04:00
2015-03-23 09:20:02 -04:00