crypto: poly1305 - remove cra_alignmask
authorEric Biggers <ebiggers@google.com>
Fri, 29 Dec 2017 16:10:25 +0000 (10:10 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 5 Jan 2018 07:43:11 +0000 (18:43 +1100)
commit4c7dfbd42183184d20134a795cf152c9701ccddd
tree9cfa608b19d048b9100cc62cb968a19016f2ceaf
parentfcfbeedf79adc7abaea35b0f88ec23cf546d3b77
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>
crypto/poly1305_generic.c