func SignSchnorr(hexPrivateKey string, message string) (string, error)
hexPrivateKey string 私钥
hexPrivateKey
message string 消息
message
string 签名
error 错误
Last updated 5 months ago