On Wed, Feb 12, 2020 at 08:18:32AM +0100, Milan Broz wrote:
> On 11/02/2020 22:53, Daniel Kiper wrote:
> > On Thu, Feb 06, 2020 at 03:27:28PM +0100, Patrick Steinhardt wrote:
> >> - The import of Argon2 itself. I've imported code from the
> >> cryptsetup project, but I've modified it quit
On Thu, Feb 13, 2020 at 12:42:59PM +0100, Daniel Kiper wrote:
> On Wed, Feb 12, 2020 at 08:47:49AM +0100, Patrick Steinhardt wrote:
> > On Tue, Feb 11, 2020 at 10:53:59PM +0100, Daniel Kiper wrote:
> > > > GRUB's codebase. This included both stripping off unneeded
> > > > functionality
On Wed, Feb 12, 2020 at 08:47:49AM +0100, Patrick Steinhardt wrote:
> On Tue, Feb 11, 2020 at 10:53:59PM +0100, Daniel Kiper wrote:
> > > GRUB's codebase. This included both stripping off unneeded
> > > functionality as well as converting the code to use our own coding
> >
> > Stripping
On Tue, Feb 11, 2020 at 10:53:59PM +0100, Daniel Kiper wrote:
> > GRUB's codebase. This included both stripping off unneeded
> > functionality as well as converting the code to use our own coding
>
> Stripping unneeded functionality is OK. However, I think that it does
> not make sense
On 11/02/2020 22:53, Daniel Kiper wrote:
> Adding Milan, Leif, Alex, Peter, Mathew and Vladimir.
>
> On Thu, Feb 06, 2020 at 03:27:28PM +0100, Patrick Steinhardt wrote:
>> Hi,
>>
>> as promised back when LUKS2 support was merged, here's the code that
>> enables decrypting LUKS2 partitions that use
Adding Milan, Leif, Alex, Peter, Mathew and Vladimir.
On Thu, Feb 06, 2020 at 03:27:28PM +0100, Patrick Steinhardt wrote:
> Hi,
>
> as promised back when LUKS2 support was merged, here's the code that
> enables decrypting LUKS2 partitions that use Argon2 as their key derival
> function. Most of th