My Project
Public Attributes | List of all members
sha3_state_t Union Reference

Internal SHA-3 state (all members are private). More...

#include <sha3.h>

Public Attributes

uint8_t u8 [200]
 
uint64_t u64 [25]
 

Detailed Description

Internal SHA-3 state (all members are private).

Member Data Documentation

◆ u64

uint64_t sha3_state_t::u64[25]

64-bit unsigned integers.

◆ u8

uint8_t sha3_state_t::u8[200]

8-bit unsigned integers.


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