diff --git a/rustdoc/doc/doc/index.html b/rustdoc/doc/doc/index.html index beab85a701..7d568878d4 100644 --- a/rustdoc/doc/doc/index.html +++ b/rustdoc/doc/doc/index.html @@ -1,2 +1,2 @@ -Index of crates

List of all crates

- \ No newline at end of file +Index of crates

List of all crates

+ \ No newline at end of file diff --git a/rustdoc/doc/doc/oak_stage0_dice/fn.dice_data_proto_to_stage0_dice_data.html b/rustdoc/doc/doc/oak_stage0_dice/fn.dice_data_proto_to_stage0_dice_data.html index c58de31802..3a97c8e493 100644 --- a/rustdoc/doc/doc/oak_stage0_dice/fn.dice_data_proto_to_stage0_dice_data.html +++ b/rustdoc/doc/doc/oak_stage0_dice/fn.dice_data_proto_to_stage0_dice_data.html @@ -1,3 +1,3 @@ dice_data_proto_to_stage0_dice_data in oak_stage0_dice - Rust
pub fn dice_data_proto_to_stage0_dice_data(
     attestation_data: &DiceData,
-) -> Result<Stage0DiceData, &'static str>
\ No newline at end of file +) -> Result<Stage0DiceData, &'static str> \ No newline at end of file diff --git a/rustdoc/doc/doc/oak_stage0_dice/fn.generate_initial_dice_data.html b/rustdoc/doc/doc/oak_stage0_dice/fn.generate_initial_dice_data.html index e3611f8040..76c9dc4bbe 100644 --- a/rustdoc/doc/doc/oak_stage0_dice/fn.generate_initial_dice_data.html +++ b/rustdoc/doc/doc/oak_stage0_dice/fn.generate_initial_dice_data.html @@ -1,6 +1,6 @@ generate_initial_dice_data in oak_stage0_dice - Rust

Function oak_stage0_dice::generate_initial_dice_data

source ·
pub fn generate_initial_dice_data<F: FnOnce([u8; 64]) -> Result<AttestationReport, &'static str>>(
     get_attestation: F,
-    tee_platform: TeePlatform,
+    tee_platform: TeePlatform,
 ) -> Result<DiceData, &'static str>
Expand description

Generates the initial DICE data that can be used as the starting state for a DICE attester.

\ No newline at end of file