Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: Allow building with libgcrypt 1.10 for now. | Werner Koch | 2024-04-03 | 1 | -0/+4 |
| | | | | | | | | | * common/kmac.c (compute_kmac256): Return an error for older gcrypt versions. -- Except for the new KEM module there is no hard requirement for libgcrypt 1.11 *yet*. | ||||
* | common: Add KMAC. | NIIBE Yutaka | 2024-03-29 | 1 | -0/+132 |
* common/Makefile.am (common_sources): Add kmac.c. * common/kmac.c: New. * common/util.h (compute_kmac256): New. -- Signed-off-by: NIIBE Yutaka <[email protected]> |