RE: [PATCH v2 1/4] siphash: add cryptographically secure hashtable function

From: David Laight
Date: Thu Dec 15 2016 - 07:28:42 EST


From: Hannes Frederic Sowa
> Sent: 15 December 2016 12:23
...
> Hmm? Even the Intel ABI expects alignment of unsigned long long to be 8
> bytes on 32 bit. Do you question that?

Yes.

The linux ABI for x86 (32 bit) only requires 32bit alignment for u64 (etc).

David