commit | 4c7dfbd42183184d20134a795cf152c9701ccddd | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Dec 29 10:10:25 2017 -0600 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 05 18:43:11 2018 +1100 |
tree | 9cfa608b19d048b9100cc62cb968a19016f2ceaf | |
parent | fcfbeedf79adc7abaea35b0f88ec23cf546d3b77 [diff] |
crypto: poly1305 - remove cra_alignmask Now that nothing in poly1305-generic assumes any special alignment, remove the cra_alignmask so that the crypto API does not have to unnecessarily align the buffers. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>