Пример #1
0
 void Initialize(byte[] data, int windowBits, int maxProbes, int hashBits)
 {
     hc4 = new HashChain4(data, windowBits, maxProbes, hashBits);
     hc8 = new HashChain8(data, windowBits, maxProbes, hashBits);
 }