Go to the source code of this file.
|
#define | threefry2x32(c, k) threefry2x32_R(threefry2x32_rounds, c, k) |
|
#define | threefry4x32(c, k) threefry4x32_R(threefry4x32_rounds, c, k) |
|
#define | threefry2x64(c, k) threefry2x64_R(threefry2x64_rounds, c, k) |
|
#define | threefry4x64(c, k) threefry4x64_R(threefry4x64_rounds, c, k) |
|
#define threefry2x32 |
( |
|
c, |
|
|
|
k |
|
) |
| threefry2x32_R(threefry2x32_rounds, c, k) |
#define threefry2x64 |
( |
|
c, |
|
|
|
k |
|
) |
| threefry2x64_R(threefry2x64_rounds, c, k) |
#define threefry4x32 |
( |
|
c, |
|
|
|
k |
|
) |
| threefry4x32_R(threefry4x32_rounds, c, k) |
#define threefry4x64 |
( |
|
c, |
|
|
|
k |
|
) |
| threefry4x64_R(threefry4x64_rounds, c, k) |