Example #1
0
 public HashCreator(HashDictionary hasher, Hasher.HasherType hasherType)
 {
     this.hashDic = hasher;
     this.hasherType = hasherType;
 }
Example #2
0
 public HashCreator(HashDictionary hasher, Hasher.HasherType hasherType)
 {
     this.hashDic    = hasher;
     this.hasherType = hasherType;
 }