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