mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
KeyCrypterScrypt: Print Scrypt iterations in toString().
This commit is contained in:
@@ -257,7 +257,7 @@ public class KeyCrypterScrypt implements KeyCrypter {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Scrypt/AES";
|
||||
return "AES-" + KEY_LENGTH * 8 + "-CBC, Scrypt (N: " + scryptParameters.getN() + ")";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user