You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments