mirror of
https://github.com/bitwarden/mobile.git
synced 2025-03-11 13:09:45 +01:00
comment
This commit is contained in:
parent
c4a7aab590
commit
270bf114c3
@ -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 New Issue
Block a user