änderungen hash algorithmus
This commit is contained in:
@@ -35,7 +35,6 @@ Partial Class Customers_Default2
|
||||
End Sub
|
||||
|
||||
Protected Sub btn_TesthashrateServer_ClickAsync(sender As Object, e As EventArgs) Handles btn_TesthashrateServer.Click
|
||||
Dim zahl As Integer = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 4), Math.Pow(2, 9))
|
||||
Dim pwhashresult As Byte() = TestPerformance.TestHashrateServer(zahl)
|
||||
Dim pwhashresult As Byte() = TestPerformance.TestHashrateServer(VERAG_VARIABLES.RandomInteger(Math.Pow(2, 4), Math.Pow(2, 8)))
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user