btl_sha256_context Struct ReferenceComponents > Security > SHA256

Description

Context Variable type for SHA-256 Cryptography.

Definition at line 36 of file btl_sha256.h .

#include < btl_sha256.h >

Data Fields

uint32_t total [2]
uint32_t state [8]
unsigned char buffer [64]

Field Documentation

uint32_t btl_sha256_context::total[2]

number of bytes processed

Definition at line 37 of file btl_sha256.h .

uint32_t btl_sha256_context::state[8]

intermediate digest state

Definition at line 38 of file btl_sha256.h .

unsigned char btl_sha256_context::buffer[64]

data block being processed

Definition at line 39 of file btl_sha256.h .


The documentation for this struct was generated from the following file:
  • btl_sha256.h