Remove unshell_crypt, and change some of the naming to make it more accurate

This commit is contained in:
Michael Mikovsky
2026-02-08 12:56:52 -07:00
parent d089c2a8aa
commit ebeaa29d5b
16 changed files with 197 additions and 466 deletions
+10 -1
View File
@@ -12,7 +12,16 @@ obfuscate = []
proc-macro = true
[dependencies]
unshell-crypt = {path = "../unshell-crypt"}
aes = "0.8.4"
block-padding = "0.4.1"
cbc = "0.1.2"
getrandom = "0.3.4"
hex = "0.4.3"
hex-literal = "1.1.0"
regex = "1.12.2"
sha2 = "0.10.9"
# unshell-crypt = {path = "../unshell-crypt"}
# Common
static_init = { workspace = true }