Nano cryptocurrency C library with P2PoW/DPoW support  1.0.0
f_nano_crypto_wallet_t Struct Reference

#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
 

Detailed Description

struct of the block of encrypted file to store Nano SEED

Definition at line 402 of file f_nano_crypto_util.h.

Field Documentation

◆ description

uint8_t description[F_DESC_SZ]

File description.

Definition at line 408 of file f_nano_crypto_util.h.

◆ iv

uint8_t iv[16]

Initial vector of first encryption layer.

Definition at line 412 of file f_nano_crypto_util.h.

◆ nano_hdr

uint8_t nano_hdr[sizeof(NANO_WALLET_MAGIC)]

Header of the file.

Definition at line 404 of file f_nano_crypto_util.h.

◆ salt

uint8_t salt[32]

Salt of the first encryption layer.

Definition at line 410 of file f_nano_crypto_util.h.

◆ seed_block

F_ENCRYPTED_BLOCK seed_block

Second encrypted block for Nano SEED.

Definition at line 414 of file f_nano_crypto_util.h.

◆ ver

uint32_t ver

Version of the file.

Definition at line 406 of file f_nano_crypto_util.h.


The documentation for this struct was generated from the following file: