예제 #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);