|
Monero
|


Go to the source code of this file.
Macros | |
| #define | RETURN_VALUES |
| #define | VOID_RETURN void |
| #define | INT_RETURN int |
| #define | ui_type(size) |
| #define | dec_unit_type(size, x) |
| #define | dec_bufr_type(size, bsize, x) |
| #define | ptr_cast(x, size) |
| #define | RotL_64(x, N) |
| #define | IS_BIG_ENDIAN 4321 /* byte 0 is most significant (mc68k) */ |
| #define | IS_LITTLE_ENDIAN 1234 /* byte 0 is least significant (i386) */ |
| #define | PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN |
| #define | PLATFORM_BYTE_ORDER IS_BIG_ENDIAN |
| #define | PLATFORM_MUST_ALIGN (0) |
| #define | SKEIN_NEED_SWAP (1) |
| #define | Skein_Swap64(w64) |
Typedefs | |
| typedef unsigned int | uint_t |
| typedef uint8_t | u08b_t |
| typedef uint64_t | u64b_t |
Functions | |
| void | Skein_Put64_LSB_First (u08b_t *dst, const u64b_t *src, size_t bCnt) |
| void | Skein_Get64_LSB_First (u64b_t *dst, const u08b_t *src, size_t wCnt) |
| #define dec_bufr_type | ( | size, | |
| bsize, | |||
| x ) |
| #define dec_unit_type | ( | size, | |
| x ) |
| #define INT_RETURN int |
| #define IS_BIG_ENDIAN 4321 /* byte 0 is most significant (mc68k) */ |
| #define IS_LITTLE_ENDIAN 1234 /* byte 0 is least significant (i386) */ |
| #define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN |
| #define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN |
| #define PLATFORM_MUST_ALIGN (0) |
| #define ptr_cast | ( | x, | |
| size ) |
| #define RETURN_VALUES |
| #define RotL_64 | ( | x, | |
| N ) |
| #define SKEIN_NEED_SWAP (1) |
| #define Skein_Swap64 | ( | w64 | ) |
| #define ui_type | ( | size | ) |
| #define VOID_RETURN void |
| typedef unsigned int uint_t |