_vault_header_t Struct Reference

Defines the vault header. More...

#include <structs.h>

Public Attributes

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

Detailed Description

Defines the vault header.

Definition at line 238 of file structs.h.

Member Data Documentation

byte _vault_header_t::checksum[32]

SHA256 checksum over the whole vault.

Definition at line 241 of file structs.h.

uint8_t _vault_header_t::fileid

File id, proprietary.

Marks the vault as a vault

Definition at line 239 of file structs.h.

uint32_t _vault_header_t::version

File version.

Definition at line 240 of file structs.h.


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