Пример #1
0
 public static ISpookyHash Create(SpookyHashTypes type = SpookyHashTypes.SpookyHash2Bit128) => Factory.Create(type);
Пример #2
0
 public static ISpookyHash Create(SpookyHashTypes type, SpookyHashConfig config) => Factory.Create(type, config);