示例#1
0
 public static IBlake Create(BlakeTypes type, BlakeConfig config) => Factory.Create(type, config);
示例#2
0
 public static IBlake Create(BlakeTypes type = BlakeTypes.Blake2B) => Factory.Create(type);