[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 2/5] types.h: add UINT-related macros needed for Argon2
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v3 2/5] types.h: add UINT-related macros needed for Argon2 |
Date: |
Fri, 13 Mar 2020 13:49:35 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Tue, Mar 10, 2020 at 07:58:29PM +0100, Patrick Steinhardt wrote:
> For the upcoming import of the Argon2 library, we need the macros
> GRUB_UINT32_MAX, GRUB_UINT32_C and GRUB_UINT64_C. Add them as a
> preparatory step.
>
> Signed-off-by: Patrick Steinhardt <address@hidden>
Reviewed-by: Daniel Kiper <address@hidden>
Daniel
- [PATCH v3 0/5] Support Argon2 KDF in LUKS2, Patrick Steinhardt, 2020/03/10
- [PATCH v3 2/5] types.h: add UINT-related macros needed for Argon2, Patrick Steinhardt, 2020/03/10
- Re: [PATCH v3 2/5] types.h: add UINT-related macros needed for Argon2,
Daniel Kiper <=
- [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