Exemple #1
0
 public byte[] Sign(byte[] data)
 {
     return(ECDSA.ECDSASign(data, Wif2PrivateKey(PrivSigningKeyWif)));
 }