#define CUBEHASH224_BLOCKSIZE 256
#define CUBEHASH224_BLOCKSIZE_B
#define CUBEHASH256_BLOCKSIZE 256
#define CUBEHASH256_BLOCKSIZE_B
#define CUBEHASH384_BLOCKSIZE 256
#define CUBEHASH384_BLOCKSIZE_B
#define CUBEHASH512_BLOCKSIZE 256
#define CUBEHASH512_BLOCKSIZE_B
| struct | |
| { | |
| uint32_t a[32]; | |
| uint8_t rounds; | |
| uint8_t blocksize_B; | |
| } |