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

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

#ifndef __HC4B__H
#define __HC4B__H

#undef HC_NAMESPACE
#define HC_NAMESPACE NHC4b

#define HASH_ARRAY_2
#define HASH_ARRAY_3
#define HASH_BIG

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

#undef HASH_ARRAY_2
#undef HASH_ARRAY_3
#undef HASH_BIG

#endif