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: 1fda4ac6ba9b64e2a18beca18df11f3ac24e68d8 (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

#define BT_NAMESPACE NHC4

#define HASH_ARRAY_2
#define HASH_ARRAY_3

#include "HCMain.h"

#undef HASH_ARRAY_2
#undef HASH_ARRAY_3

#undef BT_NAMESPACE

#endif