Nano cryptocurrency C library with P2PoW/DPoW support
1.0.0
|
#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] |
struct of the block of encrypted file to store Nano SEED
Definition at line 374 of file f_nano_crypto_util.h.
uint8_t hash_sk_unencrypted[32] |
hash of Nano SEED when unencrypted
Definition at line 382 of file f_nano_crypto_util.h.
uint8_t iv[16] |
Initial sub vector.
Definition at line 378 of file f_nano_crypto_util.h.
uint8_t reserved[16] |
Reserved (not used)
Definition at line 380 of file f_nano_crypto_util.h.
uint8_t sk_encrypted[32] |
uint8_t sub_salt[32] |
Salt of the sub block to be stored.
Definition at line 376 of file f_nano_crypto_util.h.