Re: [PATCH v2 6/6] luks2: Support key derival via Argon2

2020-02-21 Thread Daniel Kiper
On Thu, Feb 20, 2020 at 07:00:54PM +0100, Patrick Steinhardt wrote: > One addition with LUKS2 was support of the key derival function Argon2 > in addition to the previously supported PBKDF2 algortihm. In order to > ease getting in initial support for LUKS2, we only reused infrastructure > to suppor

[PATCH v2 6/6] luks2: Support key derival via Argon2

2020-02-20 Thread Patrick Steinhardt
One addition with LUKS2 was support of the key derival function Argon2 in addition to the previously supported PBKDF2 algortihm. In order to ease getting in initial support for LUKS2, we only reused infrastructure to support LUKS2 with PBKDF2, but left out Argon2. This commit now introduces suppor