pub type Message = Hash;
Expand description

Original message participating in multi-message commitment.

The message must be represented by a SHA256 tagged hash. Since each message may have a different tag, we can’t use sha256t type directly and use its sha256::Hash equivalent.