Shadowrun: Awakened 29 September 2011 - Build 871
Public Member Functions | Private Member Functions | Private Attributes
cat::ChaChaOutput Class Reference

#include <ChaCha.hpp>

List of all members.

Public Member Functions

 ChaChaOutput (const ChaChaKey &key, u64 iv)
void Crypt (const void *in, void *out, int bytes)
 ~ChaChaOutput ()

Private Member Functions

void GenerateKeyStream (u32 *out)

Private Attributes

u32 state [16]

Detailed Description

Definition at line 128 of file ChaCha.hpp.


Constructor & Destructor Documentation

cat::ChaChaOutput::ChaChaOutput ( const ChaChaKey key,
u64  iv 
)
cat::ChaChaOutput::~ChaChaOutput ( )

Member Function Documentation

void cat::ChaChaOutput::Crypt ( const void *  in,
void *  out,
int  bytes 
)
void cat::ChaChaOutput::GenerateKeyStream ( u32 out) [private]

Member Data Documentation

Definition at line 130 of file ChaCha.hpp.


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

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net