Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Follow standards
Browse files Browse the repository at this point in the history
  • Loading branch information
schwartz-concordium committed Dec 11, 2023
1 parent 111943c commit e4772d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/providers/secret_storage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class MobileSecretStorage extends SecretStorage {
}

Argon2id _getHashAlgorithm() {
return Argon2id(memory: 10 * 1000, parallelism: 2, iterations: 1, hashLength: 32);
return Argon2id(memory: 19 * 1000, parallelism: 1, iterations: 2, hashLength: 32);
}

List<int> _createSalt() {
Expand Down

0 comments on commit e4772d1

Please sign in to comment.