Re: [PATCH v2 0/6] Support Argon2 KDF in LUKS2

2020-02-21 Thread Patrick Steinhardt
On Fri, Feb 21, 2020 at 01:26:20PM +0100, Daniel Kiper wrote: > On Thu, Feb 20, 2020 at 07:00:48PM +0100, Patrick Steinhardt wrote: > > One thing I'm not sure about here is whether it's fine to declare the > > argon2 mod's license as GPLv3. The code is licensed under CC0/Apache > > 2.0, where the l

Re: [PATCH v2 0/6] Support Argon2 KDF in LUKS2

2020-02-21 Thread Daniel Kiper
Hi Patrick, On Thu, Feb 20, 2020 at 07:00:48PM +0100, Patrick Steinhardt wrote: > Hi, > > this is the second version of my patchset to add support for Argon2 > encryption keys for LUKS2. > > The most important change is that I've now verbosely imported the argon2 > code from the official reference

Re: [PATCH v2 0/6] Support Argon2 KDF in LUKS2

2020-02-20 Thread Leif Lindholm
Hi Patrick, On Thu, Feb 20, 2020 at 19:00:48 +0100, Patrick Steinhardt wrote: > this is the second version of my patchset to add support for Argon2 > encryption keys for LUKS2. > > The most important change is that I've now verbosely imported the argon2 > code from the official reference implemen

[PATCH v2 0/6] Support Argon2 KDF in LUKS2

2020-02-20 Thread Patrick Steinhardt
Hi, this is the second version of my patchset to add support for Argon2 encryption keys for LUKS2. The most important change is that I've now verbosely imported the argon2 code from the official reference implementation instead of from the cryptsetup project. The diff between both isn't that big