Now scrypt params are created once

This commit is contained in:
2023-06-11 13:05:20 +03:00
parent 2f2ab35b2b
commit e1fb440991
3 changed files with 6 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -466,6 +466,7 @@ dependencies = [
"bitflags 2.3.1",
"chacha20poly1305",
"entity",
"once_cell",
"pbkdf2",
"rand",
"scrypt",