| #include "ecrypt-sync.h" |
#include "ecrypt-sync.h" |
| #include "ecrypt-portable.h" |
#include "ecrypt-portable.h" |
| |
|
| #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) |
#if defined(__GNUC__) && defined(__i386__) |
| #define RABBIT_GCC 1 |
#define RABBIT_GCC 1 |
| #endif |
#endif |
| |
|
| #define RABBIT_MSC 1 |
#define RABBIT_MSC 1 |
| #endif |
#endif |
| |
|
| |
#if (ECRYPT_VARIANT > 4) && !(defined(RABBIT_GCC) || defined(RABBIT_MSC)) |
| |
#error this variant does not compile on this platform |
| |
#endif |
| |
|
| /* -------------------------------------------------------------------------- */ |
/* -------------------------------------------------------------------------- */ |
| /* 32-bit G function macros */ |
/* 32-bit G function macros */ |
| /* Used in ECRYPT_VARIANT 1 */ |
/* Used in ECRYPT_VARIANT 1 */ |