コード例 #1
0
 public static IBuzHash Create(BuzHashTypes type, BuzHashConfig config) => Factory.Create(type, config);
コード例 #2
0
 public static IBuzHash Create(BuzHashTypes type = BuzHashTypes.BuzHashBit64) => Factory.Create(type);