SKDP: Symmetric Key Distribution Protocol 1.1.0.0 (A1)
Encrypted tunneling protocol using pre-shared keys
skdp_master_key Struct Reference

The SKDP master key structure. More...

#include <skdp.h>

Data Fields

uint8_t kid [SKDP_KID_SIZE]
 
uint8_t mdk [SKDP_MDK_SIZE]
 
uint64_t expiration
 

Detailed Description

The SKDP master key structure.

This structure holds the SKDP master key information, including the key identity, the master derivation key, and the expiration time. The master key is used as the root from which branch keys are derived.

Field Documentation

◆ expiration

uint64_t expiration

The expiration time in seconds from epoch

◆ kid

uint8_t kid[SKDP_KID_SIZE]

The key identity string

◆ mdk

uint8_t mdk[SKDP_MDK_SIZE]

The master derivation key


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