Hi, Le 14/01/2018 à 17:41, Ard Biesheuvel a écrit :
Ensure that the input is byte swabbed before injecting it into the
Nitpick : s/swabbed/swapped/
SHA3 transform. Use the get_unaligned() accessor for this so that we don't perform unaligned access inadvertently on architectures that do not support that. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Cheers, Chris