From 242c83735a24456a4bd23fd556a56122c9b259ab Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Mon, 11 May 2020 17:39:39 +0200 Subject: [PATCH] refactor keycrypter hierarchy, add ECIESKeyCrypter #2 --- .../java/com/sparrowwallet/drongo/crypto/AESKeyCrypter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sparrowwallet/drongo/crypto/AESKeyCrypter.java b/src/main/java/com/sparrowwallet/drongo/crypto/AESKeyCrypter.java index 53b297e..c1f93af 100644 --- a/src/main/java/com/sparrowwallet/drongo/crypto/AESKeyCrypter.java +++ b/src/main/java/com/sparrowwallet/drongo/crypto/AESKeyCrypter.java @@ -12,7 +12,7 @@ import java.security.SecureRandom; import java.util.Arrays; /* - * + * */ public class AESKeyCrypter implements KeyCrypter { /**