#include "beecrypt.gnu.h"
Go to the source code of this file.
Defines | |
#define | BEECRYPTAPI |
#define | ROTL32(x, s) (((x) << (s)) | ((x) >> (32 - (s)))) |
#define | ROTR32(x, s) (((x) >> (s)) | ((x) << (32 - (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 |
Definition in file beecrypt.api.h.
|
Definition at line 41 of file beecrypt.api.h. |
|
Definition at line 45 of file beecrypt.api.h. |
|
Definition at line 48 of file beecrypt.api.h. |
|
Definition at line 51 of file beecrypt.api.h. |
|
Definition at line 53 of file beecrypt.api.h. |
|
Definition at line 58 of file beecrypt.api.h. |
|
Definition at line 55 of file beecrypt.api.h. |
|
Definition at line 56 of file beecrypt.api.h. |
|
Definition at line 54 of file beecrypt.api.h. |
|
Definition at line 69 of file beecrypt.api.h. |
|
Definition at line 68 of file beecrypt.api.h. |