Move AES GCM crypto and PBKDF2 key derivation to Cryptography folder

This commit is contained in:
Stone_Red
2026-06-11 18:41:19 +02:00
parent 37c08fa3c5
commit 2b091e6e7c
7 changed files with 135 additions and 97 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
global using Sys = Cosmos.Kernel.System;
using RemSox.Cryptography;
using RemSox.Processes;
using RemSox.Processing;
using RemSox.UI.CLI;
@@ -55,6 +55,7 @@ public class Kernel : Sys.Kernel
}
}
CryptoManager.Update();
ProcessManager.TickAllProcesses();
}
}