feat: speed up cache operations with optimized encryption

Cache load/save operations now complete in milliseconds instead of
hundreds of milliseconds, making transaction syncs noticeably faster
while maintaining full AES-GCM security.
This commit is contained in:
2025-11-28 23:39:11 +01:00
parent a53449d463
commit 095e15cd5f
10 changed files with 369 additions and 190 deletions

View File

@@ -37,7 +37,9 @@ http = "0.2"
task-local-extensions = "0.1"
aes-gcm = "0.10"
pbkdf2 = "0.12"
hkdf = "0.12"
rand = "0.8"
sha2 = "0.10"
temp-env = "0.3"
dialoguer = "0.12"
walkdir = "2.4"