| 286 | |
| 287 | |
| 288 | struct CryptHeader:BaseBlock |
| 289 | { |
| 290 | bool UsePswCheck; |
| 291 | uint Lg2Count; // Log2 of PBKDF2 repetition count. |
| 292 | byte Salt[SIZE_SALT50]; |
| 293 | byte PswCheck[SIZE_PSWCHECK]; |
| 294 | }; |
| 295 | |
| 296 | |
| 297 | // SubBlockHeader and its successors were used in RAR 2.x format. |
nothing calls this directly
no outgoing calls
no test coverage detected