// Copyright 2023 Contributors to the Veraison project.
// SPDX-License-Identifier: Apache-2.0
usesuper::cpak::Cpak;/// Interface to the store where the active CPAKs are stashed.
pubtraitITrustAnchorStore{/// Lookup a trust anchor from the store given the corresponding Instance ID
fnlookup(&self, inst_id:&[u8; 33])->Option<Cpak>;}