Skip to content

Commit

Permalink
WIP: Rebase to current trussed/main, cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: alt3r 3go <[email protected]>
  • Loading branch information
alt3r-3go committed Jul 17, 2022
1 parent b537f4a commit 921b5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub const MAX_MEDIUM_DATA_LENGTH: usize = 256;
pub type MAX_PATH_LENGTH = consts::U256;
//pub const MAX_KEY_MATERIAL_LENGTH: usize = 128;
// must be above + 4
pub const MAX_SERIALIZED_KEY_LENGTH: usize = 132;
//pub const MAX_SERIALIZED_KEY_LENGTH: usize = 132;
cfg_if::cfg_if! {
if #[cfg(feature = "clients-12")] {
pub type MAX_SERVICE_CLIENTS = consts::U12;
Expand Down

0 comments on commit 921b5b7

Please sign in to comment.