libfreemkv 0.31.8: recover unpositioned device key position from an MKB

Add recover_dk_position: boil a position-less device key down against a
disc MKB to its invariant subset-difference position (node/uv/u_mask_shift)
— zero-descent probe + ancestor walk-up, hoisted verify. Consolidate the
SD-walk surface (drop the research-only probe::walk_pk_against_tables;
make derive_media_key_from_pk_walked internal).
This commit is contained in:
Matthew Jackson
2026-06-17 15:29:51 -07:00
parent 4221cd6a86
commit dc87962e50
4 changed files with 131 additions and 40 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "libfreemkv"
version = "0.31.7"
version = "0.31.8"
edition = "2024"
rust-version = "1.86"
license = "AGPL-3.0-only"