Constant OUTPUT_LEN

Source
pub(crate) const OUTPUT_LEN: usize = 16;
Expand description

The length of the message that we store on disk, in bytes.

If the message is longer than this, then we will need to hash or truncate it before storing it to disk.