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 24509b5 commit 96af91bCopy full SHA for 96af91b
core/src/main/java/org/bouncycastle/crypto/hpke/KEM.java
@@ -7,8 +7,8 @@
7
/**
8
* base class for HPKE KEM
9
*/
10
-public abstract class KEM {
11
-
+public abstract class KEM
+{
12
// Key Generation
13
abstract AsymmetricCipherKeyPair GeneratePrivateKey();
14
abstract AsymmetricCipherKeyPair DeriveKeyPair(byte[] ikm);
0 commit comments