@mlschroe commented on this pull request.


> @@ -168,7 +169,8 @@ typedef enum pgpPubkeyAlgo_e {
     PGPPUBKEYALGO_EC           = 18,   /*!< Elliptic Curve */
     PGPPUBKEYALGO_ECDSA                = 19,   /*!< ECDSA */
     PGPPUBKEYALGO_ELGAMAL      = 20,   /*!< Elgamal */
-    PGPPUBKEYALGO_DH           = 21    /*!< Diffie-Hellman (X9.42) */
+    PGPPUBKEYALGO_DH           = 21,   /*!< Diffie-Hellman (X9.42) */
+    PGPPUBKEYALGO_EDDSA                = 22    /*!< EdDSA */

I don't know why this is not accepted yet. The draft is by Werner Koch, the gpg 
upstream. It's the value gpg uses when you ask it to create a ed25519 pubkey 
(you need the --expert --full-gen-key options for this).

gpg with EDDSA support is released since some years, so I don't see how the 
value can change in the future.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1202#discussion_r430316926
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to