mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-12-26 10:06:45 +00:00
refactor keycrypter hierarchy, add ECIESKeyCrypter #2
This commit is contained in:
parent
492f447c28
commit
242c83735a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import java.security.SecureRandom;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class AESKeyCrypter implements KeyCrypter {
|
public class AESKeyCrypter implements KeyCrypter {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue