On Tue, Aug 09, 2022 at 11:40:35AM -0700, Nathan Huckleberry wrote: > HCTR2 is a new wide-block encryption mode that can used for filename encryption > in fscrypt. This patchset adds a reference implementation of HCTR2 to the > fscrypt testing utility and adds tests for filename encryption with HCTR2. > > More information on HCTR2 can be found here: "Length-preserving encryption with > HCTR2": https://ia.cr/2021/1441 > > The patchset introducing HCTR2 to the kernel can be found here: > https://lore.kernel.org/linux-crypto/20220520181501.2159644-1-nhuck@xxxxxxxxxx/ Thanks Huck. Zorro already applied v5 to the for-next branch, with the chunk_size variable removed (which is the only code you changed in v6), and with generic/900 renamed to its final name of generic/693. See https://lore.kernel.org/fstests/20220807155112.E0989C433D6@xxxxxxxxxxxxxxx/T/#u So I think everything is good to go already. - Eric