Honeycomb  0.1
Component-Model Framework
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
honey::Chacha::State Struct Reference

Generator State. More...

#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
 

Detailed Description

Generator State.

Constructor & Destructor Documentation

honey::Chacha::State::State ( )
inline

Member Data Documentation

uint32 honey::Chacha::State::core[coreSize]

512-bit state

const szt honey::Chacha::State::coreSize = 16
static
uint32 honey::Chacha::State::res[coreSize]

Cached results from step()

uint32 honey::Chacha::State::resIdx

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