crypto: adiantum - stop using alignmask of shash_alg
authorEric Biggers <ebiggers@google.com>
Thu, 19 Oct 2023 05:53:41 +0000 (22:53 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:25 +0000 (18:04 +0800)
commit321dfe9777a88cdafe676bb03bab07af26c6cfd8
treec4b908c88b78738e40f5c7cce5095ee66670fdd3
parent2125c11efd83a5aeb9bf04bcbc83b49e8d7e2afb
crypto: adiantum - stop using alignmask of shash_alg

Now that the shash algorithm type does not support nonzero alignmasks,
shash_alg::base.cra_alignmask is always 0, so OR-ing it into another
value is a no-op.

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