pub const REF_DIGEST_MAX_CHARS: usize = 128;Expand description
Maximum length of MessageRef::digest, in lower-hex characters, when
present. Unlike MESSAGE_ID_HEX_LEN this is a ceiling, not an exact
width: the mailbox never interprets a digest, so it does not know (and
must not assume) which hash algorithm produced it.