commit | fcfbeedf79adc7abaea35b0f88ec23cf546d3b77 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Dec 29 10:10:24 2017 -0600 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 05 18:43:10 2018 +1100 |
tree | f63e386916ea32ed7b6e5f9f543fabf73baa51c6 | |
parent | 8b55107c57f763c7ca393e72f7ce6f89ea1ba49a [diff] |
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>