fix --show-hash-presets option
This commit is contained in:
parent
25c7f16521
commit
05f840d65e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ def _show_hash_presets():
|
|||
msg('Available parameters for scrypt.hash():')
|
||||
msg(fs.format('Preset','N','r','p'))
|
||||
for i in sorted(g.hash_presets.keys()):
|
||||
msg(fs.format("'{}'".format(i,*g.hash_presets[i])))
|
||||
msg(fs.format(i,*g.hash_presets[i]))
|
||||
msg('N = memory usage (power of two), p = iterations (rounds)')
|
||||
|
||||
def opt_preproc_debug(short_opts,long_opts,skipped_opts,uopts,args):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue