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