#include "beecrypt/gnu.h"
Go to the source code of this file.
Defines | |
#define | BEECRYPTAPI |
#define | BEECRYPTCXXAPI |
#define | ROTL32(x, s) (((x) << (s)) | ((x) >> (32 - (s)))) |
#define | ROTR32(x, s) (((x) >> (s)) | ((x) << (32 - (s)))) |
#define | ROTR64(x, s) (((x) >> (s)) | ((x) << (64 - (s)))) |
Typedefs | |
typedef uint8_t | byte |
typedef int8_t | javabyte |
typedef int16_t | javashort |
typedef int32_t | javaint |
typedef int64_t | javalong |
typedef uint16_t | javachar |
typedef uint32_t | mpw |
typedef uint16_t | mphw |
#define BEECRYPTAPI |
#define BEECRYPTCXXAPI |
#define ROTL32 | ( | x, | |||
s | ) | (((x) << (s)) | ((x) >> (32 - (s)))) |
#define ROTR32 | ( | x, | |||
s | ) | (((x) >> (s)) | ((x) << (32 - (s)))) |
#define ROTR64 | ( | x, | |||
s | ) | (((x) >> (s)) | ((x) << (64 - (s)))) |
typedef uint8_t byte |
typedef int8_t javabyte |
typedef uint16_t javachar |
typedef int32_t javaint |
typedef int64_t javalong |
typedef int16_t javashort |
typedef uint16_t mphw |
typedef uint32_t mpw |