Die Parameter aller Objekte wurden sicherheitshalber übergeben. Anpassungen auf jeweilige Werteverbrauche wird nachmittags vorgenommen, um JSON-Größe zu minimieren.

This commit is contained in:
ja
2022-01-26 12:01:43 +01:00
parent 738ae9fe04
commit 55760e5dc3
22 changed files with 10904 additions and 2118 deletions

View File

@@ -2,6 +2,8 @@
Imports Microsoft.VisualBasic
Imports Konscious.Security.Cryptography
Imports System.Threading.Tasks
Imports System.Web.Script.Services
Imports System.Web.Services
Public Class VERAG_VARIABLES
Public Shared errornumb As Integer = 0
@@ -90,4 +92,6 @@ Public Class VERAG_VARIABLES
rand.GetBytes(one_byte)
Return min + (max - min) * (one_byte(0) / 255)
End Function
End Class