Ändnderngen CODE

This commit is contained in:
ja
2021-12-09 13:32:48 +01:00
parent 7e23ce7fdd
commit 4e91c99785
4 changed files with 12 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ Public Class VERAG_VARIABLES
Argon.Salt = salt
Argon.DegreeOfParallelism = 48
Argon.Iterations = nIterations
Argon.MemorySize = ((((nIterations * 2 - nIterations / 1.75 * 2.08) / 0.08) + 1 * 256) / 2)
Argon.MemorySize = ((((nIterations * 3 - nIterations / 1.95 * 2.28) / 0.08) + 1 * 256) / 2)
Return Await Argon.GetBytesAsync(nHash)
End If
End Function