blob: feaf984d38fc009ea27c33f85c4f33dfac323396 [file] [log] [blame]
//! This module provides functions for handling DICE chains.
mod chain;
mod entry;
pub use chain::{Chain, ChainForm, DegenerateChain};
pub use entry::{ComponentVersion, ConfigDesc, DiceMode, Payload};
pub(crate) use entry::{ConfigDescBuilder, PayloadBuilder};