start implimenting cert stuff

This commit is contained in:
nab138
2026-02-05 18:16:21 -05:00
parent bad2108e54
commit 27de2210ec
8 changed files with 47 additions and 5 deletions

11
Cargo.lock generated
View File

@@ -968,6 +968,7 @@ dependencies = [
"hex",
"hmac",
"idevice",
"keyring",
"pbkdf2",
"plist",
"plist-macro",
@@ -1033,6 +1034,16 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "keyring"
version = "3.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c"
dependencies = [
"log",
"zeroize",
]
[[package]]
name = "lazy_static"
version = "1.5.0"