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
We currently have conflicting Rust definitions for our DICE protos.
We have the oak_remote_attestation crate building the protos.
And the oak_attestation_verificationbuilding them as well.
And since the Orchestrator has to use both crates, it gets conflicting definitions. I.e. we cannot pass the evidence to the verify function, because it was built in a different crate.
The text was updated successfully, but these errors were encountered:
We currently have conflicting Rust definitions for our DICE protos.
We have the
oak_remote_attestation
crate building the protos.And the
oak_attestation_verification
building them as well.And since the Orchestrator has to use both crates, it gets conflicting definitions. I.e. we cannot pass the evidence to the
verify
function, because it was built in a different crate.The text was updated successfully, but these errors were encountered: