mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-17 10:50:55 -04:00
Update bouncycastle, cleanup, renamings
This commit is contained in:
parent
07a9c7fd52
commit
3711519e3a
26 changed files with 267 additions and 210 deletions
|
@ -103,7 +103,8 @@ public class PasswordView extends ActivatableView<GridPane, Void> {
|
|||
if (wallet.isEncrypted())
|
||||
keyCrypterScrypt = (KeyCrypterScrypt) wallet.getKeyCrypter();
|
||||
else
|
||||
keyCrypterScrypt = new KeyCrypterScrypt(ScryptUtil.SCRYPT_PARAMETERS);
|
||||
keyCrypterScrypt = ScryptUtil.getKeyCrypterScrypt();
|
||||
|
||||
|
||||
ScryptUtil.deriveKeyWithScrypt(keyCrypterScrypt, passwordField.getText(), aesKey -> {
|
||||
deriveStatusLabel.setText("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue