Sha256Context Struct Reference

SHA-256 algorithm context. More...

#include <sha256.h>

Data Fields

union {
   uint32_t   h [8]
 
   uint8_t   digest [32]
 
}; 
 
union {
   uint32_t   w [16]
 
   uint8_t   buffer [64]
 
}; 
 
size_t size
 
uint64_t totalSize
 

Detailed Description

SHA-256 algorithm context.

Definition at line 61 of file sha256.h.

Field Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ buffer

uint8_t buffer[64]

Definition at line 71 of file sha256.h.

◆ digest

uint8_t digest[32]

Definition at line 66 of file sha256.h.

◆ h

uint32_t h[8]

Definition at line 65 of file sha256.h.

◆ size

size_t size

Definition at line 73 of file sha256.h.

◆ totalSize

uint64_t totalSize

Definition at line 74 of file sha256.h.

◆ w

uint32_t w[16]

Definition at line 70 of file sha256.h.


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