示例#1
0
文件: Program.cs 项目: sunshykin/SZDL
 public void UsePlainSign(SecretKey secretKey)
 {
     PlainScheme.Sign(secretKey, "Hello");
 }