Defines the vault header.
More...
#include <vault.h>
|
| uint8_t | fileid |
| | File id, proprietary.
|
| |
| uint32_t | version |
| | File version.
|
| |
| byte | checksum [32] |
| | SHA256 checksum over the whole vault.
|
| |
Defines the vault header.
Definition at line 112 of file vault.h.
| 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: