mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 10:58:29 +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)
|
||||
{
|
||||
// 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;
|
||||
var keyData = new NSMutableData();
|
||||
keyData.Length = keySize;
|
||||
|
|
Loading…
Reference in a new issue