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

Class KDF3CacheItem

Libraries/unrar/crypt.hpp:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 };
34
35 struct KDF3CacheItem
36 {
37 SecPassword Pwd;
38 byte Salt[SIZE_SALT30];
39 byte Key[16];
40 byte Init[16];
41 bool SaltPresent;
42 };
43
44
45 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected