ndn-lite
Data Fields
tc_sha256_state_struct Struct Reference

#include <tc_sha256.h>

Collaboration diagram for tc_sha256_state_struct:
Collaboration graph

Data Fields

unsigned int iv [TC_SHA256_STATE_BLOCKS]
 
uint64_t bits_hashed
 
uint8_t leftover [TC_SHA256_BLOCK_SIZE]
 
size_t leftover_offset
 

Field Documentation

◆ bits_hashed

uint64_t tc_sha256_state_struct::bits_hashed

◆ iv

unsigned int tc_sha256_state_struct::iv[TC_SHA256_STATE_BLOCKS]

◆ leftover

uint8_t tc_sha256_state_struct::leftover[TC_SHA256_BLOCK_SIZE]

◆ leftover_offset

size_t tc_sha256_state_struct::leftover_offset

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