]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: Import Argon2 tests from libgcrypt
authorGary Lin <glin@suse.com>
Wed, 15 Oct 2025 03:00:24 +0000 (11:00 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 21 Oct 2025 12:01:21 +0000 (14:01 +0200)
commit6a525ee64f1934c1e0c7d96da2d1462bc712e8c1
treed3522e2edcd8bfb620293fdb436858314129941a
parent6052fc2cf684dffa507a9d81f9f8b4cbe170e6b6
tests: Import Argon2 tests from libgcrypt

Copy the Argon2 test function, check_argon2(), from t-kdf.c in libgcrypt
to grub-core/tests/argon2_test.c.

Signed-off-by: Gary Lin <glin@suse.com>
Tested-By: Waldemar Brodkorb <wbx@openadk.org>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/tests/argon2_test.c [new file with mode: 0644]