REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
utils::_dcp_hash_block Union Reference

Public Attributes

uint32_t w [128/4]
 array of 32-bit words
 
uint8_t b [128]
 byte array
 

Detailed Description

Definition at line 130 of file dcp.cpp.

Member Data Documentation

◆ b

uint8_t utils::_dcp_hash_block::b[128]

byte array

Definition at line 132 of file dcp.cpp.

Referenced by utils::DCP_HASH_Finish(), utils::dcp_hash_process_message_data(), and utils::DCP_HASH_Update().

◆ w

uint32_t utils::_dcp_hash_block::w[128/4]

array of 32-bit words

Definition at line 131 of file dcp.cpp.

Referenced by utils::DCP_HASH_Init().


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