Minor UI tweaks

This commit is contained in:
Evan Su 2021-03-17 13:44:57 -04:00 committed by GitHub
parent 0d891f0749
commit 78d7b4f83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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