Re: [PATCH v3 0/5] Support Argon2 KDF in LUKS2

2020-03-25 Thread Daniel Kiper
Hi Patrick, On Tue, Mar 10, 2020 at 07:58:27PM +0100, Patrick Steinhardt wrote: > Hi, > > this is the third version of my patchset to support the Argon2 KDF in > LUKS2. The following things have changed in comparison to v2: > > - Improved the GRUB_UINT_C macros to not use `elif 1` and fixed >

[PATCH v3 0/5] Support Argon2 KDF in LUKS2

2020-03-10 Thread Patrick Steinhardt
Hi, this is the third version of my patchset to support the Argon2 KDF in LUKS2. The following things have changed in comparison to v2: - Improved the GRUB_UINT_C macros to not use `elif 1` and fixed indentation. - Dropped the upstreamed patch to fix a missing newline. - Rewor