Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
I noticed that the Kernel currently doesn't support twofish en-/decryption. So I'm asking right now if you would enable the flags for that.
I think it's an extremely important feature, because Twofish is actually the best performing symmetric encryption algorithm on armhf and arm64. It even beats AES significantly. I benchmarked it using veracrypt on both architectures and multiple devices.
A current workaround is to use veracrypt with -m=nokernelcrypto or to use AES encryption. Both imply a serious performance loss.
Note that this affects pretty much any application that tries to mount encrypted content via LUKS, not just veracrypt.
I noticed that the Kernel currently doesn't support twofish en-/decryption. So I'm asking right now if you would enable the flags for that.
I think it's an extremely important feature, because Twofish is actually the best performing symmetric encryption algorithm on armhf and arm64. It even beats AES significantly. I benchmarked it using veracrypt on both architectures and multiple devices.
A current workaround is to use veracrypt with -m=nokernelcrypto or to use AES encryption. Both imply a serious performance loss.
Note that this affects pretty much any application that tries to mount encrypted content via LUKS, not just veracrypt.