On 6/23/25 8:22 PM, Eric Biggers wrote:
Of course, the correct solution is to just add MD5 support to lib/crypto/ and use that here. All that's needed is a single MD5 context (88 bytes), and direct calls to the MD5 code...
Feel free to port dm-crypt to this code once MD5 is in lib ;-) (Use of that small context was what I tried to do initially when implementing loopaes-compatible IV in dm-crypt.) Milan