This series slightly improves the performance of adiantum encryption and decryption on single-page messages. Eric Biggers (4): crypto: adiantum - add fast path for single-page messages crypto: arm/nhpoly1305 - implement ->digest crypto: arm64/nhpoly1305 - implement ->digest crypto: x86/nhpoly1305 - implement ->digest arch/arm/crypto/nhpoly1305-neon-glue.c | 9 ++++ arch/arm64/crypto/nhpoly1305-neon-glue.c | 9 ++++ arch/x86/crypto/nhpoly1305-avx2-glue.c | 9 ++++ arch/x86/crypto/nhpoly1305-sse2-glue.c | 9 ++++ crypto/adiantum.c | 65 +++++++++++++++++------- 5 files changed, 83 insertions(+), 18 deletions(-) base-commit: 8468516f9f93a41dc65158b6428a1a1039c68f20 -- 2.42.0