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
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
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
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