mirror of
https://github.com/bitwarden/android.git
synced 2024-12-27 19:38:42 +03:00
comment
This commit is contained in:
parent
c4a7aab590
commit
270bf114c3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ namespace Bit.iOS.Core.Services
|
||||||
|
|
||||||
public byte[] Argon2id(byte[] password, byte[] salt, int iterations, int memory, int parallelism)
|
public byte[] Argon2id(byte[] password, byte[] salt, int iterations, int memory, int parallelism)
|
||||||
{
|
{
|
||||||
// TODO: Do we need to pass this in somehow like PBKDF2 based on an algorithm
|
// TODO: Do we need to pass this in somehow like PBKDF2, based on an algorithm?
|
||||||
uint keySize = 32;
|
uint keySize = 32;
|
||||||
var keyData = new NSMutableData();
|
var keyData = new NSMutableData();
|
||||||
keyData.Length = keySize;
|
keyData.Length = keySize;
|
||||||
|
|
Loading…
Reference in a new issue