pub fn sign(msg: impl Into<Message>, sk: &SecretKey) -> Signature
Constructs a signature for msg using the secret key sk and RFC6979 nonce Requires a signing-capable context.
msg
sk