Re: [PATCH 2/5] argon2: Import Argon2 from cryptsetup

2020-02-08 Thread Patrick Steinhardt
On Sat, Feb 08, 2020 at 12:30:54PM +0100, Milan Broz wrote: > On 06/02/2020 15:27, 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 co

Re: [PATCH 2/5] argon2: Import Argon2 from cryptsetup

2020-02-08 Thread Milan Broz
Hi, On 06/02/2020 15:27, 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. The

[PATCH 2/5] argon2: Import Argon2 from cryptsetup

2020-02-06 Thread Patrick Steinhardt
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. The cryptsetup project was chosen as upstream simply because it