[rkp] Generalize CBOR conversion functions for reuse
This cl generalizes the CBOR conversion functions to make them
compatible with types other than Value. This will allow them to be
reused for the serialization and deserialization of the keyblob in
the future.
Bug: 279425980
Test: atest rialto_test
Change-Id: Ie5e16c6fae6ceef6c69911c2ce4d7d75325eef96
diff --git a/service_vm/requests/src/lib.rs b/service_vm/requests/src/lib.rs
index fc0c87d..eec0253 100644
--- a/service_vm/requests/src/lib.rs
+++ b/service_vm/requests/src/lib.rs
@@ -19,6 +19,7 @@
extern crate alloc;
mod api;
+mod cbor;
mod pub_key;
mod rkp;