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

#include <f_nano_crypto_util.h>

Data Fields

uint8_t sub_salt [32]
 
uint8_t iv [16]
 
uint8_t reserved [16]
 
uint8_t hash_sk_unencrypted [32]
 
uint8_t sk_encrypted [32]
 

Detailed Description

struct of the block of encrypted file to store Nano SEED

Definition at line 374 of file f_nano_crypto_util.h.

Field Documentation

◆ hash_sk_unencrypted

uint8_t hash_sk_unencrypted[32]

hash of Nano SEED when unencrypted

Definition at line 382 of file f_nano_crypto_util.h.

◆ iv

uint8_t iv[16]

Initial sub vector.

Definition at line 378 of file f_nano_crypto_util.h.

◆ reserved

uint8_t reserved[16]

Reserved (not used)

Definition at line 380 of file f_nano_crypto_util.h.

◆ sk_encrypted

uint8_t sk_encrypted[32]

Secret.

SEED encrypted (second layer)

Definition at line 384 of file f_nano_crypto_util.h.

◆ sub_salt

uint8_t sub_salt[32]

Salt of the sub block to be stored.

Definition at line 376 of file f_nano_crypto_util.h.


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