pub const MAX_CHANNEL_NAME_LEN: usize = 64;Expand description
Maximum channel-name length accepted by
CryptoEngine::derive_named_channel_key.
This is an implementation limit of the no-alloc canonicalization buffer, not a protocol constant; the spec places no length bound on named channels.