Exemple #1
0
 public static IBuzHash Create(BuzHashTypes type, BuzHashConfig config) => Factory.Create(type, config);
Exemple #2
0
 public static IBuzHash Create(BuzHashTypes type = BuzHashTypes.BuzHashBit64) => Factory.Create(type);