cpp: Add Kyber algorithm
* lang/cpp/src/key.h (enum Subkey::PubkeyAlgo): Add AlgoKyber with same value as GPGME_PK_KYBER. -- GnuPG-bug-id: 7397
This commit is contained in:
parent
62b6c1f16a
commit
56718f8d20
@ -301,6 +301,7 @@ public:
|
||||
AlgoRSA = 1,
|
||||
AlgoRSA_E = 2,
|
||||
AlgoRSA_S = 3,
|
||||
AlgoKyber = 8,
|
||||
AlgoELG_E = 16,
|
||||
AlgoDSA = 17,
|
||||
AlgoECC = 18,
|
||||
|
Loading…
x
Reference in New Issue
Block a user