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

Method SetAV15Encryption

Libraries/unrar/crypt1.cpp:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33void CryptData::SetAV15Encryption()
34{
35 InitCRC32(CRCTab);
36 Method=CRYPT_RAR15;
37 Key15[0]=0x4765;
38 Key15[1]=0x9021;
39 Key15[2]=0x7382;
40 Key15[3]=0x5215;
41}
42
43
44void CryptData::SetCmt13Encryption()

Callers

nothing calls this directly

Calls 1

InitCRC32Function · 0.85

Tested by

no test coverage detected