On 15 January 2018 at 05:53, Chris Moore <moore@xxxxxxx> wrote: > 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/ > Thanks Chris - byte swapping is often referred to as swabbing, but I guess 'byte swabbing' is redundant regardless. >> 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 >