public Sm2Function(Sm2Key key) : base(key)
 {
 }
示例#2
0
 public static ISM2 Create(Sm2Key key) => new Sm2Function(key);
示例#3
0
 public static ISM2 Create(Sm2Key key) => Factory.Create(key);