public static IBuzHash Create(BuzHashTypes type, BuzHashConfig config) => Factory.Create(type, config);
public static IBuzHash Create(BuzHashTypes type = BuzHashTypes.BuzHashBit64) => Factory.Create(type);