Basic TMD/Ticket structs, Title Key encryption handling

This commit is contained in:
2025-03-17 20:05:01 -04:00
parent fcde6831de
commit 522e42a749
10 changed files with 613 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "rustii"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "rustii"
path = "src/bin/rustii/main.rs"
[lib]
path = "src/lib.rs"
test = true
doc = true
[dependencies]
byteorder = "1"
cbc = "0"
aes = "0"