Honeycomb
0.1
Component-Model Framework
|
#include <Chacha.h>
Public Member Functions | |
State () | |
Public Attributes | |
uint32 | core [coreSize] |
512-bit state More... | |
uint32 | res [coreSize] |
Cached results from step() More... | |
uint32 | resIdx |
Static Public Attributes | |
static const szt | coreSize = 16 |
Generator State.
|
inline |
|
static |
uint32 honey::Chacha::State::resIdx |