#include "StdAfx.h"#include "Shareaza.h"#include "TigerTree.h"#include "TigerBoxes.h"Include dependency graph for TigerTree.cpp:

Classes | |
| union | TIGEROOT |
Functions | |
| template<int round> | |
| void | tigerRound (uint64 &a, uint64 &b, uint64 &c, const uint64 *x) |
| void | keySchedule (uint64 *x) |
| void | Tiger (const uint64 *str, uint64 *state) |
Variables | |
| const unsigned | BLOCK_SIZE = 1024u |
| const unsigned | STACK_SIZE = 64u |
| const unsigned | TIGER_SIZE = 24u |
| void keySchedule | ( | uint64 * | x | ) | [inline] |
| void tigerRound | ( | uint64 & | a, | |
| uint64 & | b, | |||
| uint64 & | c, | |||
| const uint64 * | x | |||
| ) | [inline] |
| const unsigned BLOCK_SIZE = 1024u |
| const unsigned STACK_SIZE = 64u |
| const unsigned TIGER_SIZE = 24u |
1.5.2