Welcome to mirror list, hosted at ThFree Co, Russian Federation.

HC4.h « HashChain « LZ « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a88828d58910ba54b479cdcf3b85b0b528b1181d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// HC4.h

#ifndef __HC4_H
#define __HC4_H

#undef HC_NAMESPACE
#define HC_NAMESPACE NHC4

#define HASH_ARRAY_2
#define HASH_ARRAY_3

#include "HC.h"
#include "HCMain.h"

#undef HASH_ARRAY_2
#undef HASH_ARRAY_3

#endif