Exemplo n.º 1
0
 public Sm2Function(Sm2Key key) : base(key)
 {
 }
Exemplo n.º 2
0
 public static ISM2 Create(Sm2Key key) => new Sm2Function(key);
Exemplo n.º 3
0
 public static ISM2 Create(Sm2Key key) => Factory.Create(key);