SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vpkpp::VPK::Footer2 Struct Reference

#include <VPK.h>

Collaboration diagram for vpkpp::VPK::Footer2:

Public Attributes

std::array< std::byte, 16 > treeChecksum {}
 
std::array< std::byte, 16 > md5EntriesChecksum {}
 
std::array< std::byte, 16 > wholeFileChecksum {}
 
std::vector< std::byte > publicKey {}
 
std::vector< std::byte > signature {}
 

Detailed Description

Definition at line 40 of file VPK.h.

Member Data Documentation

◆ md5EntriesChecksum

std::array<std::byte, 16> vpkpp::VPK::Footer2::md5EntriesChecksum {}

Definition at line 42 of file VPK.h.

◆ publicKey

std::vector<std::byte> vpkpp::VPK::Footer2::publicKey {}

Definition at line 44 of file VPK.h.

◆ signature

std::vector<std::byte> vpkpp::VPK::Footer2::signature {}

Definition at line 45 of file VPK.h.

◆ treeChecksum

std::array<std::byte, 16> vpkpp::VPK::Footer2::treeChecksum {}

Definition at line 41 of file VPK.h.

◆ wholeFileChecksum

std::array<std::byte, 16> vpkpp::VPK::Footer2::wholeFileChecksum {}

Definition at line 43 of file VPK.h.


The documentation for this struct was generated from the following file: