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

Method Rijndael

Libraries/unrar/rijndael.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
63
64Rijndael::Rijndael()
65{
66 if (S[0]==0)
67 GenerateTables();
68 CBCMode = true; // Always true for RAR.
69}
70
71
72void Rijndael::Init(bool Encrypt,const byte *key,uint keyLen,const byte * initVector)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected