Skip to content

Commit

Permalink
Minor UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT committed Mar 17, 2021
1 parent 0d891f0 commit 78d7b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Picocrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def start():
password,
salt,
time_cost=8, # 8 iterations
memory_cost=2**10, # 2^20 Kibibytes (1GiB)
memory_cost=2**20, # 2^20 Kibibytes (1GiB)
parallelism=8, # 8 parallel threads
hash_len=32,
type=Type.ID
Expand Down

0 comments on commit 78d7b4f

Please sign in to comment.