pub fn sign(msg: &[u8], sk: &SecretKey) -> SignedMessage
Expand description

Sign the message and return the signed message.