/// Capacity associated with a client broadcasting its received messages that
/// do not have a callback associated
pubstaticCLIENT_BROADCAST_CHANNEL_CAPACITY:usize=100;/// Represents the length of the salt to use for encryption
pubstaticSALT_LEN:usize=16;