diff options
| author | Werner Koch <[email protected]> | 2025-11-17 16:17:54 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2025-11-17 16:17:54 +0000 |
| commit | b085be3a2794094bc525ed23b6b044342cd77a3a (patch) | |
| tree | e2b4c199b048f098928c6a23fe5855acca4eb2b3 /g10/keygen.c | |
| parent | gpg: Fix export in mode1003 when cache nonce is used. (diff) | |
| download | gnupg-b085be3a2794094bc525ed23b6b044342cd77a3a.tar.gz gnupg-b085be3a2794094bc525ed23b6b044342cd77a3a.zip | |
doc: Replace "dual key" by "composite key".
--
Note that we do not use the "PQ/T hybrid key" because it is just silly
to overload the well established term "hybrid encryption" with a
special new public key encrypion method. "composite: seems to be a
more clear term because "dual" may mean "public plus private key".
Diffstat (limited to 'g10/keygen.c')
| -rw-r--r-- | g10/keygen.c | 4 |
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)) { |
