libpcp  0.2.1
Public Attributes | List of all members
_vault_header_t Struct Reference

Defines the vault header. More...

#include <vault.h>

Public Attributes

uint8_t fileid
 File id, proprietary.
 
uint32_t version
 File version.
 
byte checksum [32]
 SHA256 checksum over the whole vault.
 

Detailed Description

Defines the vault header.

Definition at line 112 of file vault.h.

Member Data Documentation

byte _vault_header_t::checksum[32]

SHA256 checksum over the whole vault.

Definition at line 115 of file vault.h.

uint8_t _vault_header_t::fileid

File id, proprietary.

Marks the vault as a vault

Definition at line 113 of file vault.h.

uint32_t _vault_header_t::version

File version.

Definition at line 114 of file vault.h.


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