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 7098ad4 commit 3bd7b4bCopy full SHA for 3bd7b4b
core/src/main/java/org/bouncycastle/crypto/hpke/HPKE.java
@@ -17,7 +17,11 @@ public class HPKE
17
18
// kems
19
public static final short kem_P256_SHA256 = 16;
20
+ /**
21
+ * @deprecated use kem_P384_SHA384
22
+ */
23
public static final short kem_P384_SHA348 = 17;
24
+ public static final short kem_P384_SHA384 = 17;
25
public static final short kem_P521_SHA512 = 18;
26
public static final short kem_X25519_SHA256 = 32;
27
public static final short kem_X448_SHA512 = 33;
0 commit comments