MeterLogger
Data Fields
sha256_ctx_t Struct Reference

#include <user/crypto/sha256.h>

Collaboration diagram for sha256_ctx_t:

Data Fields

uint32_t state [8]
 
uint64_t bitcount
 
uint8_t buffer [SHA256_BLOCK_LENGTH]
 

Detailed Description

Definition at line 42 of file sha256.h.

Field Documentation

◆ bitcount

uint64_t sha256_ctx_t::bitcount

Definition at line 44 of file sha256.h.

Referenced by sha256_final(), sha256_init(), and sha256_update().

◆ buffer

uint8_t sha256_ctx_t::buffer[SHA256_BLOCK_LENGTH]

Definition at line 45 of file sha256.h.

Referenced by sha256_final(), sha256_init(), sha256_transform(), and sha256_update().

◆ state

uint32_t sha256_ctx_t::state[8]

Definition at line 43 of file sha256.h.

Referenced by sha256_final(), sha256_init(), and sha256_transform().


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