_vault_item_header_t Struct Reference

An item header. More...

#include <structs.h>

Public Attributes

uint8_t type
 Item type (secret key, public, key, keysig,. More...
 
uint32_t size
 Size of the item. More...
 
uint32_t version
 Version of the item. More...
 
byte checksum [32]
 SHA256 checksum of the item. More...
 

Detailed Description

An item header.

Definition at line 249 of file structs.h.

Member Data Documentation

byte _vault_item_header_t::checksum[32]

SHA256 checksum of the item.

Definition at line 253 of file structs.h.

uint32_t _vault_item_header_t::size

Size of the item.

Definition at line 251 of file structs.h.

uint8_t _vault_item_header_t::type

Item type (secret key, public, key, keysig,.

See Also
_PCP_KEY_TYPES

Definition at line 250 of file structs.h.

uint32_t _vault_item_header_t::version

Version of the item.

Definition at line 252 of file structs.h.


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