[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup
From: |
Patrick Steinhardt |
Subject: |
Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup |
Date: |
Tue, 10 Mar 2020 22:42:44 +0100 |
On Tue, Mar 10, 2020 at 04:44:11PM -0400, Eli Schwartz wrote:
> On 3/10/20 2:58 PM, Patrick Steinhardt wrote:
> > In order to support the Argon2 key derival function for LUKS2, we
> > obviously need to implement Argon2. It doesn't make a lot of sense to
> > hand-code any crypto, which is why this commit instead imports Argon2
> > from the cryptsetup project. This commit thus imports the code from the
> > official reference implementation located at [1].
>
> Which one is it? :p
>
> Perhaps, "which is why this commit instead imports the Argon2
> implementation used by the cryptsetup project, that is, the official
> reference implementation located at [1]."
Oops, yes. This is an artifact caused by switching implementations from
cryptsetup to the reference implementation midway through. Thanks for
pointing out, will fix!
>
> > The code is licensed
> > under CC0 1.0 Universal/Apache 2.0. Given that both LGPLv2.1+ and Apache
> > 2.0 are compatible with GPLv3, it should be fine to import that code.
> >
> > The code is imported from commit 62358ba (Merge pull request #270 from
> > bitmark-property-system/master, 2019-05-20). To make it work for GRUB,
> > several adjustments were required that have beed documented in
> > "grub-dev.texi".
>
> typo:
>
> "beed" -> "been"
Ditto.
Patrick
signature.asc
Description: PGP signature
[PATCH v3 2/5] types.h: add UINT-related macros needed for Argon2, Patrick Steinhardt, 2020/03/10
[PATCH v3 4/5] luks2: Discern Argon2i and Argon2id, Patrick Steinhardt, 2020/03/10
[PATCH v3 5/5] luks2: Support key derival via Argon2, Patrick Steinhardt, 2020/03/10
[PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Patrick Steinhardt, 2020/03/10
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Eli Schwartz, 2020/03/10
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup,
Patrick Steinhardt <=
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Daniel Kiper, 2020/03/13
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Daniel Kiper, 2020/03/16
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Patrick Steinhardt, 2020/03/16
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Daniel Kiper, 2020/03/16
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Patrick Steinhardt, 2020/03/17
- Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Leif Lindholm, 2020/03/17
Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Konrad Rzeszutek Wilk, 2020/03/16
Re: [PATCH v3 3/5] argon2: Import Argon2 from cryptsetup, Patrick Steinhardt, 2020/03/18
Re: [PATCH v3 0/5] Support Argon2 KDF in LUKS2, Daniel Kiper, 2020/03/25