[Rpm-maint] [rpm-software-management/rpm] Add algorithm ID's for PQC public key algorithms from the current draft (PR #3835)
Panu Matilainen
notifications at github.com
Thu Jun 26 12:30:49 UTC 2025
@pmatilai commented on this pull request.
> @@ -111,6 +111,13 @@ typedef enum pgpPubkeyAlgo_e {
PGPPUBKEYALGO_X448 = 26, /*!< X448 */
PGPPUBKEYALGO_ED25519 = 27, /*!< Ed25519 */
PGPPUBKEYALGO_ED448 = 28, /*!< Ed448 */
+ PGPPUBKEYALGO_ML_DSA65_ED25519 = 30, /*!< ML-DSA-65+Ed25519 */
+ PGPPUBKEYALGO_ML_DSA87_ED448 = 31, /*!< ML-DSA-87+Ed448 */
+ PGPPUBKEYALGO_SLH_DSA_SHAKE_128S = 32, /*!< SLH-DSA-SHAKE-128s */
+ PGPPUBKEYALGO_SLH_DSA_SHAKE_128F = 33, /*!< SLH-DSA-SHAKE-128f */
+ PGPPUBKEYALGO_SLH_DSA_SHAKE_256S = 34, /*!< SLH-DSA-SHAKE-256s */
+ PGPPUBKEYALGO_ML_KEM768_X25519 = 35, /*!< ML-KEM-768+X25519 */
Yep, maybe it's actually the SHAKE algos that should lose the trailing underscore instead?
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3835#discussion_r2168953622
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3835/review/2961929248 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250626/7e8afc05/attachment.htm>
More information about the Rpm-maint
mailing list