Nano cryptocurrency C library with P2PoW/DPoW support
1.0.0
|
#include <f_nano_crypto_util.h>
Data Fields | |
uint8_t | nano_hdr [sizeof(NANO_WALLET_MAGIC)] |
uint32_t | ver |
uint8_t | description [F_DESC_SZ] |
uint8_t | salt [32] |
uint8_t | iv [16] |
F_ENCRYPTED_BLOCK | seed_block |
struct of the block of encrypted file to store Nano SEED
Definition at line 402 of file f_nano_crypto_util.h.
uint8_t description[F_DESC_SZ] |
File description.
Definition at line 408 of file f_nano_crypto_util.h.
uint8_t iv[16] |
Initial vector of first encryption layer.
Definition at line 412 of file f_nano_crypto_util.h.
uint8_t nano_hdr[sizeof(NANO_WALLET_MAGIC)] |
Header of the file.
Definition at line 404 of file f_nano_crypto_util.h.
uint8_t salt[32] |
Salt of the first encryption layer.
Definition at line 410 of file f_nano_crypto_util.h.
F_ENCRYPTED_BLOCK seed_block |
Second encrypted block for Nano SEED.
Definition at line 414 of file f_nano_crypto_util.h.
uint32_t ver |
Version of the file.
Definition at line 406 of file f_nano_crypto_util.h.