|
UDIF: Universal Digital Identification Framework 1.0.0.0a (A1)
A quantum-secure cryptographic identification
|
MCEL manager implementation. More...
#include <mcelmanager.h>
Data Fields | |
| udif_ledger_type | actledger |
| udif_checkpoint_config | checkconfig |
| udif_storage_context | storage |
| udif_mcel_ledger * | membership |
| udif_mcel_ledger * | registry |
| udif_mcel_ledger * | transaction |
| uint8_t | keyid [UDIF_MCEL_KEYID_SIZE] |
| uint8_t | sigkey [MCEL_ASYMMETRIC_SIGNING_KEY_SIZE] |
| uint8_t | verkey [MCEL_ASYMMETRIC_VERIFY_KEY_SIZE] |
| bool | initialized |
| bool | readonly |
MCEL manager implementation.
| udif_ledger_type actledger |
Active ledger
| udif_checkpoint_config checkconfig |
Checkpoint configuration
| bool initialized |
Initialized flag
| uint8_t keyid[UDIF_MCEL_KEYID_SIZE] |
Key identifier
| udif_mcel_ledger* membership |
Membership ledger
| bool readonly |
Readonly flag
| udif_mcel_ledger* registry |
Registry ledger
| uint8_t sigkey[MCEL_ASYMMETRIC_SIGNING_KEY_SIZE] |
Signature signing key
| udif_storage_context storage |
Storage backend
| udif_mcel_ledger* transaction |
Transaction ledger
| uint8_t verkey[MCEL_ASYMMETRIC_VERIFY_KEY_SIZE] |
Signature verification key