pub fn sign(signing_key: &SigningKey, msg: &[u8]) -> Signature
Sign a byte slice using a keypair’s private key.