Skip to content

Commit b04fa14

Browse files
authored
attest-data: make LOG_CAPACITY public (#346)
1 parent ef9e512 commit b04fa14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

attest-data/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ impl<const N: usize> TryFrom<&[u8]> for MeasurementLog<N> {
328328
}
329329
}
330330

331-
const LOG_CAPACITY: usize = 16;
331+
pub const LOG_CAPACITY: usize = 16;
332332

333333
pub type Log = MeasurementLog<LOG_CAPACITY>;
334334

0 commit comments

Comments
 (0)