Skip to content

Commit 96af91b

Browse files
author
royb
committed
reformating
1 parent 24509b5 commit 96af91b

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/java/org/bouncycastle/crypto/hpke

1 file changed

+2
-2
lines changed

core/src/main/java/org/bouncycastle/crypto/hpke/KEM.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
/**
88
* base class for HPKE KEM
99
*/
10-
public abstract class KEM {
11-
10+
public abstract class KEM
11+
{
1212
// Key Generation
1313
abstract AsymmetricCipherKeyPair GeneratePrivateKey();
1414
abstract AsymmetricCipherKeyPair DeriveKeyPair(byte[] ikm);

0 commit comments

Comments
 (0)