|
Electroneum
|
#include <val_sigcrypt.h>

Public Attributes | |
| uint8_t | needs [ALGO_NEEDS_MAX] |
| size_t | num |
Storage for algorithm needs. DNSKEY algorithms.
Definition at line 62 of file val_sigcrypt.h.
| uint8_t algo_needs::needs[ALGO_NEEDS_MAX] |
the algorithms (8-bit) with each a number. 0: not marked. 1: marked 'necessary but not yet fulfilled' 2: marked bogus. Indexed by algorithm number.
Definition at line 69 of file val_sigcrypt.h.
| size_t algo_needs::num |
the number of entries in the array that are unfulfilled
Definition at line 71 of file val_sigcrypt.h.