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

Method ~CryptData

Libraries/unrar/crypt.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22CryptData::~CryptData()
23{
24 cleandata(KDF3Cache,sizeof(KDF3Cache));
25 cleandata(KDF5Cache,sizeof(KDF5Cache));
26}
27
28
29

Callers

nothing calls this directly

Calls 1

cleandataFunction · 0.85

Tested by

no test coverage detected