|
UDIF: Universal Digital Identification Framework 1.0.0.0a (A1)
A quantum-secure cryptographic identification
|
File-based storage context for MCEL integration. More...
#include <storage.h>
Data Fields | |
| char | basepath [UDIF_STORAGE_MAX_PATH] |
| udif_file_handle | handles [UDIF_STORAGE_MAX_HANDLES] |
| size_t | handlecount |
| udif_ledger_type | currentledger |
| bool | initialized |
File-based storage context for MCEL integration.
This context implements the mcel_store_callbacks interface using a file-based backend with cached file handles for performance.
| char basepath[UDIF_STORAGE_MAX_PATH] |
Base directory for all ledgers
| udif_ledger_type currentledger |
Current active ledger namespace
| size_t handlecount |
Number of cached handles
| udif_file_handle handles[UDIF_STORAGE_MAX_HANDLES] |
Cached file handles
| bool initialized |
Storage is initialized