//! Sessions (§12.4). A session is established after a successful attestation and
//! gates `jwks_fetch`: until `host_verify_session()` is true, the guest must not
//! reach out to fetch JWKS (NoSession). Mirrors the host-side gate so the guest
//! fails closed even if a buggy host forgets to enforce it.
use crateErrorCode;
use crateDigHost;
use Vec;
/// Ensure a session exists; establish one if absent. Returns the session token bytes.
Sized>
/// jwks_fetch, gated on an active session. NoSession (-100) until established.
Sized>