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