Virgil IoT KIT
Data Fields
vs_secmodule_sw_sha256_ctx Struct Reference

SHA-256 context. More...

#include <secmodule.h>

Data Fields

uint32_t total [2]
 The number of bytes processed. More...
 
uint32_t state [8]
 The intermediate digest state. More...
 
unsigned char buffer [64]
 The data block being processed. More...
 

Detailed Description

SHA-256 context.

Field Documentation

◆ buffer

unsigned char vs_secmodule_sw_sha256_ctx::buffer[64]

The data block being processed.

◆ state

uint32_t vs_secmodule_sw_sha256_ctx::state[8]

The intermediate digest state.

◆ total

uint32_t vs_secmodule_sw_sha256_ctx::total[2]

The number of bytes processed.


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