aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/keygen.c')
-rw-r--r--g10/keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/keygen.c b/g10/keygen.c
index 19770c8de..f88fc5aa8 100644
--- a/g10/keygen.c
+++ b/g10/keygen.c
@@ -1859,7 +1859,7 @@ do_create_from_keygrip (ctrl_t ctrl, int algo,
/* Common code for the key generation function gen_xxx. The optional
* (COMMON_GEN_CB,COMMON_GEN_CB_PARM) can be used as communication
- * object. A KEYPARMS2 forces the use of a dual key (e.g. Kyber+ECC).
+ * object. A KEYPARMS2 forces the use of a composite key (e.g. Kyber+ECC).
*/
static int
common_gen (const char *keyparms, const char *keyparms2,
@@ -6965,7 +6965,7 @@ generate_subkeypair (ctrl_t ctrl, kbnode_t keyblock, const char *algostr,
err = hexkeygrip_from_pk (pri_psk, &hexgrip);
if (err)
goto leave;
- /* FIXME: Right now the primary key won't be a dual key. But this
+ /* FIXME: Right now the primary key won't be a composite key. But this
* will change */
if (agent_get_keyinfo (NULL, hexgrip, &serialno, NULL))
{