Esempio n. 1
0
 public static Sm4Key GenerateKey(Sm4Types type, int length) => Sm4KeyGenerator.Generate(type, length);
Esempio n. 2
0
 public static Sm4Key GenerateKey(Sm4Types type = Sm4Types.ECB) => Sm4KeyGenerator.Generate(type);