Skip to content

Commit

Permalink
Rm constant from entropy-shared
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Aug 28, 2024
1 parent f86549e commit 4a26fe9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/shared/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,3 @@ pub const SIGNER_THRESHOLD: u8 = 2;

/// For testing to line up chain mock data and reshare_test
pub const TEST_RESHARE_BLOCK_NUMBER: u32 = 5;

/// Accepted values of the TDX build-time measurement register - from the currently-supported
/// releases of entropy-tss
/// TODO #982 These are currently just mock values
pub const ACCEPTED_MRTD_VALUES: [[u8; 48]; 2] = [[0; 48], [1; 48]];

0 comments on commit 4a26fe9

Please sign in to comment.