Fabcoin Core  0.16.2
P2P Digital Currency
Protected Member Functions | Protected Attributes | List of all members
WAKE_Base Class Reference

#include <wake.h>

Inheritance diagram for WAKE_Base:
[legend]

Protected Member Functions

word32 M (word32 x, word32 y)
 
void GenKey (word32 k0, word32 k1, word32 k2, word32 k3)
 

Protected Attributes

word32 t [257]
 
word32 r3
 
word32 r4
 
word32 r5
 
word32 r6
 

Detailed Description

Definition at line 25 of file wake.h.

Member Function Documentation

void WAKE_Base::GenKey ( word32  k0,
word32  k1,
word32  k2,
word32  k3 
)
protected

Definition at line 24 of file wake.cpp.

Here is the caller graph for this function:

word32 WAKE_Base::M ( word32  x,
word32  y 
)
inlineprotected

Definition at line 18 of file wake.cpp.

Member Data Documentation

word32 WAKE_Base::r3
protected

Definition at line 32 of file wake.h.

word32 WAKE_Base::r4
protected

Definition at line 32 of file wake.h.

word32 WAKE_Base::r5
protected

Definition at line 32 of file wake.h.

word32 WAKE_Base::r6
protected

Definition at line 32 of file wake.h.

word32 WAKE_Base::t[257]
protected

Definition at line 31 of file wake.h.


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