|
Nano cryptocurrency C library with P2PoW/DPoW support
1.0.0
|
#include <f_nano_crypto_util.h>
Data Fields | |
| uint8_t | header [sizeof(F_NANO_WALLET_INFO_MAGIC)] |
| uint16_t | version |
| char | desc [F_NANO_DESC_SZ] |
| uint8_t | nanoseed_hash [32] |
| uint8_t | file_info_integrity [32] |
| F_NANO_WALLET_INFO_BODY | body |
struct of the body block of the info file
Definition at line 518 of file f_nano_crypto_util.h.
| F_NANO_WALLET_INFO_BODY body |
Body of the file info.
Definition at line 530 of file f_nano_crypto_util.h.
| char desc[F_NANO_DESC_SZ] |
Description.
Definition at line 524 of file f_nano_crypto_util.h.
| uint8_t file_info_integrity[32] |
File info integrity of the body block.
Definition at line 528 of file f_nano_crypto_util.h.
| uint8_t header[sizeof(F_NANO_WALLET_INFO_MAGIC)] |
Header magic.
Definition at line 520 of file f_nano_crypto_util.h.
| uint8_t nanoseed_hash[32] |
Nano SEED hash file.
Definition at line 526 of file f_nano_crypto_util.h.
| uint16_t version |
Version.
Definition at line 522 of file f_nano_crypto_util.h.