Loading...
Searching...
No Matches
sha256_chain_idx_elm_t Struct Reference

sha256-chain indexed element More...

Detailed Description

sha256-chain indexed element

Definition at line 87 of file sha256.h.

#include <sha256.h>

Data Fields

size_t index
 the position of this element in its chain
 
unsigned char element [SHA256_DIGEST_LENGTH]
 the element
 

Field Documentation

◆ element

unsigned char sha256_chain_idx_elm_t::element[SHA256_DIGEST_LENGTH]

the element

Definition at line 91 of file sha256.h.

◆ index

size_t sha256_chain_idx_elm_t::index

the position of this element in its chain

Definition at line 89 of file sha256.h.


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