Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
chacha20_state_t Union Reference

Structure of the ChaCha20 state as both an array of words and an array of bytes. More...

Data Fields

uint32_t words [16]
 
uint8_t bytes [64]
 

Detailed Description

Structure of the ChaCha20 state as both an array of words and an array of bytes.

Field Documentation

uint8_t chacha20_state_t::bytes[64]

Bytes in the state

uint32_t chacha20_state_t::words[16]

Words in the state


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