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

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

#ifndef __HC3_H
#define __HC3_H

#define BT_NAMESPACE NHC3

#define HASH_ARRAY_2

#include "HCMain.h"

#undef HASH_ARRAY_2
#undef BT_NAMESPACE

#endif