Re: [PATCH v4] fscrypt: add Adiantum support

2018-12-09 Thread Theodore Y. Ts'o
On Mon, Nov 26, 2018 at 11:27:37AM -0800, Eric Biggers wrote: > From: Eric Biggers > > Add support for the Adiantum encryption mode to fscrypt. Adiantum is a > tweakable, length-preserving encryption mode with security provably > reducible to that of XChaCha12 and AES-256, subject to a security

[PATCH v4] fscrypt: add Adiantum support

2018-11-26 Thread Eric Biggers
From: Eric Biggers Hi Ted, please consider applying this patch to the fscrypt tree for v4.21. Note: there isn't a build-time dependency on Adiantum support in the crypto API, so it isn't required to wait for that to reach mainline first (currently it's in cryptodev). Changed since v3: - For