aboutsummaryrefslogtreecommitdiffstats
path: root/common/kem.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-23gpg,agent: Clean up around using ECC KEM.NIIBE Yutaka1-3/+2
2025-05-23common: Fix argument name of gnupg_ecc_kem_kdf.NIIBE Yutaka1-5/+10
2025-05-21agent: Support ECC KEM by PKDECRYPT --kem.NIIBE Yutaka1-17/+43
2025-05-19gpg: Use the KEM API for ECC encryption.NIIBE Yutaka1-2/+2
2024-04-23Require Libgcrypt 1.11.0Werner Koch1-4/+1
2024-04-15gpg: Add arg session_algo to pk_decrypt.Werner Koch1-9/+23
2024-04-10common: Rename to kem.c from kmac.c.NIIBE Yutaka1-0/+0
2024-04-10common,agent: Factor out KEM functions into common/kem.c.NIIBE Yutaka1-2/+75
2024-04-03common: Allow building with libgcrypt 1.10 for now.Werner Koch1-0/+4
2024-03-29common: Add KMAC.NIIBE Yutaka1-0/+132