Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make oak_sdk_containers::crypto::InstanceSessionBinder public.
Commit f6837fb dropped `pub mod crypto` from the Oak Containers SDK, making the InstanceSessionBinder no longer public. It also made the OrchestratorCryptoClient private, so it's no longer possible for another crate to construct a InstanceSessionBinder. This change therefore adds a new constructor method patterned after InstanceEncryptionKeyHandle::create. Change-Id: Ic802dd40b4ff26b53ce8155ac8c5845fdd347c21
- Loading branch information