prahal (Alban Browaeys)
- Login: prahal
- Email: prahal@yahoo.com
- Registered on: 11/25/2013
- Last sign in: 02/04/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/28/2013
-
09:01 PM Ruby Bug #9172 (Closed): siphash faulty on arm little endian with word align - missing code
- siphash.c check for "little endian+unaligned word access" and
"bigendian". But my arch : armv7-a cortex a9 is little endian word
aligned. This discard the loop that reduce the input below 8 bytes and a
case when the leftover is four b...