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

How to change the keyboard control?

2020-02-08 Thread Workaround Profi_GMan
Hello! Grub is impossible to use on tablets so I've decided to change a little bit so it can be controlled on a tablet. The problem is there is no enter key on tablets that's why it is impossible to boot a selected option. But there are volume control keys which currently function as "up" and "d

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