MySensors Library & Examples  2.3.2
Public Attributes | List of all members
_SHA256state_t Union Reference

Detailed Description

state variables for SHA256 calculator

Definition at line 38 of file sha256.h.

#include <sha256.h>

+ Collaboration diagram for _SHA256state_t:

Public Attributes

uint8_t b [HASH_LENGTH]
 SHA256 b.
 
uint32_t w [HASH_LENGTH/4]
 SHA256 w.
 

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