crypto: poly1305 - use unaligned access macros to output digest
authorEric Biggers <ebiggers@google.com>
Fri, 29 Dec 2017 16:10:24 +0000 (10:10 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 5 Jan 2018 07:43:10 +0000 (18:43 +1100)
commitfcfbeedf79adc7abaea35b0f88ec23cf546d3b77
treef63e386916ea32ed7b6e5f9f543fabf73baa51c6
parent8b55107c57f763c7ca393e72f7ce6f89ea1ba49a
crypto: poly1305 - use unaligned access macros to output digest

Currently the only part of poly1305-generic which is assuming special
alignment is the part where the final digest is written.  Switch this
over to the unaligned access macros so that we'll be able to remove the
cra_alignmask.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/poly1305_generic.c