/search.css" rel="stylesheet" type="text/css"/> /search.js">
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
threefry.h File Reference
#include "features/compilerfeatures.h"
#include "array.h"

Go to the source code of this file.

Macros

#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)
 

Macro Definition Documentation

#define threefry2x32 (   c,
 
)    threefry2x32_R(threefry2x32_rounds, c, k)
#define threefry2x64 (   c,
 
)    threefry2x64_R(threefry2x64_rounds, c, k)
#define threefry4x32 (   c,
 
)    threefry4x32_R(threefry4x32_rounds, c, k)
#define threefry4x64 (   c,
 
)    threefry4x64_R(threefry4x64_rounds, c, k)