EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
secrets_row Struct Reference

The secrets row structure definition. More...

#include <sqlite_crypt_writer.h>

Data Fields

char * id
 
char * value
 
char * salt
 
char * iv
 

Detailed Description

The secrets row structure definition.

Field Documentation

◆ id

char* secrets_row::id

The key ID

◆ iv

char* secrets_row::iv

The IV of the key

◆ salt

char* secrets_row::salt

The key salt

◆ value

char* secrets_row::value

The key value


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