Esempio n. 1
0
 public static ISHA Create() => Factory.Create(ShaTypes.Sha512);
Esempio n. 2
0
 public static ISHA Create(ShaTypes type = ShaTypes.Sha1) => Factory.Create(type);