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