cocoon-tpm-storage 0.1.3

Cocoon TPM project - secure persistent storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: Apache-2.0
// Copyright 2023-2025 SUSE LLC
// Author: Nicolai Stange <nstange@suse.de>

//! Functionality related to journal encoding/decoding and replay.

pub mod apply_script;
pub mod auth_tree_updates;
pub mod extents_covering_auth_digests;
pub mod log;
pub mod replay;
pub mod staging_copy_disguise;