pub fn ecdsa_sign( hash: Mode, msg: &[u8], sk: &Scalar, nonce: &Nonce) -> Result<Signature, Error>
Sign msg with sk and nonce using hash with EcDSA on P256.
msg
sk
nonce
hash