Änderung Iterationen und länge salt loginscreen

This commit is contained in:
ja
2022-01-12 08:10:36 +01:00
parent ead096abb5
commit 7bd57a2349

View File

@@ -19,8 +19,8 @@ Partial Class login_FLEX
Else
Try
Dim teststr = String.Empty
intzahliterats = VERAG_VARIABLES.RandomInteger(2, Math.Pow(2, 5))
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(2, Math.Pow(2, 7)))
intzahliterats = VERAG_VARIABLES.RandomInteger(2, Math.Pow(2, 7))
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(2, Math.Pow(2, 6)))
If String.Equals(teststr, String.Empty) = False Then
intzahliterats = VERAG_VARIABLES.getiterationnumber
End If