pub(crate) const OUTPUT_LEN: usize = 16;
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.