Exemplo n.º 1
0
 public static ISpookyHash Create(SpookyHashTypes type = SpookyHashTypes.SpookyHash2Bit128) => Factory.Create(type);
Exemplo n.º 2
0
 public static ISpookyHash Create(SpookyHashTypes type, SpookyHashConfig config) => Factory.Create(type, config);