MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / CryptData

Method CryptData

Libraries/unrar/crypt.cpp:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11CryptData::CryptData()
12{
13 Method=CRYPT_NONE;
14 memset(KDF3Cache,0,sizeof(KDF3Cache));
15 memset(KDF5Cache,0,sizeof(KDF5Cache));
16 KDF3CachePos=0;
17 KDF5CachePos=0;
18 memset(CRCTab,0,sizeof(CRCTab));
19}
20
21
22CryptData::~CryptData()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected