[dice] Use dice::InputValues instead of InputValuesOwned

Test: m pvmfw_img microdroid_manager && atest \
microdroid_manager_test
Bug: 267575445
Change-Id: I4323aa39ba7ae4d545a71d0ce10a03e27be6c62a

Change-Id: I890e3d8607b5bff60723fd97b7345c1168629537
diff --git a/libs/dice/src/lib.rs b/libs/dice/src/lib.rs
index 0d2beeb..4a1b699 100644
--- a/libs/dice/src/lib.rs
+++ b/libs/dice/src/lib.rs
@@ -18,7 +18,9 @@
 
 #![no_std]
 
-pub use diced_open_dice::{check_result, Config, DiceError, Hash, InputValues, Result, HASH_SIZE};
+pub use diced_open_dice::{
+    check_result, Config, DiceError, Hash, InputValues, Result, HASH_SIZE, HIDDEN_SIZE,
+};
 pub use open_dice_cbor_bindgen::DiceMode;
 
 use open_dice_cbor_bindgen::DiceHash;