We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb97aef commit 8f5cf8fCopy full SHA for 8f5cf8f
pg/src/main/java/org/bouncycastle/bcpg/PublicKeyAlgorithmTags.java
@@ -70,6 +70,14 @@ public interface PublicKeyAlgorithmTags
70
* MUST NOT be used with v6 keys (use {@link #Ed25519}, {@link #Ed448} instead).
71
*/
72
int EDDSA_LEGACY = 22; // new name for old EDDSA tag.
73
+ /**
74
+ * Reserved tag for AEDH.
75
+ */
76
+ int AEDH = 23; // Reserved
77
78
+ * Reserved tag for AEDSA.
79
80
+ int AEDSA = 24; // Reserved
81
/**
82
* X25519 encryption algorithm.
83
* C-R compliant implementations MUST implement support for this.
0 commit comments