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

The store row structure definition. More...

#include <sqlite_crypt_writer.h>

Data Fields

const char * key
 
char * value
 
char * id
 
char * iv
 

Detailed Description

The store row structure definition.

Field Documentation

◆ id

char* store_row::id

The key ID

◆ iv

char* store_row::iv

The IV of the key

◆ key

const char* store_row::key

The key

◆ value

char* store_row::value

The stored value


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