0.27.5 (step 2, Phase 1): expose AACS inputs (uk_ro, mkb) on AacsState

scan now stashes the raw Unit_Key_RO.inf + MKB bytes on AacsState (via
resolve_vid_only, the disable_keydb path), so an external key-resolver can
derive unit keys from a resolved VUK without re-reading the disc — the
foundation for moving lookup/derivation out of libfreemkv. Additive: the keydb
path is untouched, all existing constructors default the new fields empty.
584 lib tests green. Builds on the KeyOrigin rename + the Key/decrypt_with API.
This commit is contained in:
MattJackson
2026-06-04 13:20:27 -07:00
parent d94a4d3444
commit 8bc1de6c9b
3 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "libfreemkv"
version = "0.27.4"
version = "0.27.5"
edition = "2024"
rust-version = "1.86"
license = "AGPL-3.0-only"