mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +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