#include "pch.h"
#include "3way.h"
#include "misc.h"
Go to the source code of this file.
#define pi_gamma_pi |
( |
|
a0, |
|
|
|
a1, |
|
|
|
a2 |
|
) |
| |
Value:}
T rotlFixed(T x, unsigned int y)
Performs a left rotate.
Definition at line 39 of file 3way.cpp.
Value:}
#define pi_gamma_pi(a0, a1, a2)
#define theta(a0, a1, a2)
Definition at line 62 of file 3way.cpp.
Value: b0 = (a0 << 24) ^ (a2 >> 8) ^ (
a1 << 8) ^ (
a0 >> 24); \
b1 = (a1 << 24) ^ (a0 >> 8) ^ (a2 << 8) ^ (
a1 >> 24);
\ a2 ^= c ^ (b0 >> 16) ^ (b1 << 16); \
}
T rotlFixed(T x, unsigned int y)
Performs a left rotate.
Definition at line 50 of file 3way.cpp.