mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 00:45:23 -04:00
P2P network / UI improvements
This commit is contained in:
parent
2ad72938ec
commit
991a4350ac
33 changed files with 651 additions and 729 deletions
|
@ -34,6 +34,7 @@ import java.security.*;
|
|||
import java.util.Arrays;
|
||||
|
||||
// TODO: which counter modes and paddings should we use?
|
||||
// TODO is Hmac needed/make sense?
|
||||
// https://security.stackexchange.com/questions/52665/which-is-the-best-cipher-mode-and-padding-mode-for-aes-encryption
|
||||
public class Encryption {
|
||||
private static final Logger log = LoggerFactory.getLogger(Encryption.class);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue