pub fn eddsa_sign(sk: &Scalar, msg: &[u8]) -> Signature
Sign message msg with secret key sk. Returns a Signature.
msg
sk
Signature