pub type Message = H256;
A (hashed) message input to an ECDSA signature
struct Message(pub [u8; 32]);
0: [u8; 32]