C/C++ API
HSM Dinamo
Loading...
Looking for...
No entries found
SKeepRecoverInfo Structure Reference

#include "dinamo.h"

Data Fields

BYTE bSecLevel
 
char szSecret[DN_SKEEP_M_OF_N_S_LEN+1]
 

Detailed description

Data from a recovered secret. Used in DSKeepRecoverSecret().

Examples
skeep_new_split_recover.c and skeep_probe_match.c.

Fields

bSecLevel

BYTE bSecLevel

Security level. See possible values in DSKeepNewSecret().

szSecret

char szSecret[DN_SKEEP_M_OF_N_S_LEN+1]

Secret. In Base62 format with null terminator.

Examples
skeep_new_split_recover.c.

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