Skip to content

Commit

Permalink
reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
royb committed Jul 17, 2024
1 parent 24509b5 commit 96af91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/org/bouncycastle/crypto/hpke/KEM.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/**
* base class for HPKE KEM
*/
public abstract class KEM {

public abstract class KEM
{
// Key Generation
abstract AsymmetricCipherKeyPair GeneratePrivateKey();
abstract AsymmetricCipherKeyPair DeriveKeyPair(byte[] ikm);
Expand Down

0 comments on commit 96af91b

Please sign in to comment.