#define BLAKE_LARGE_BLOCKSIZE 1024
#define BLAKE_LARGE_BLOCKSIZE_B
#define BLAKE384_BLOCKSIZE BLAKE_LARGE_BLOCKSIZE
#define BLAKE384_BLOCKSIZE_B BLAKE_LARGE_BLOCKSIZE_B
#define BLAKE512_BLOCKSIZE BLAKE_LARGE_BLOCKSIZE
#define BLAKE512_BLOCKSIZE_B BLAKE_LARGE_BLOCKSIZE_B
struct | |
{ | |
uint64_t h[8]; | |
uint64_t s[4]; | |
uint32_t counter; | |
uint8_t appendone; | |
} |
See: | Typedef blake_large_ctx_t |
See: | Typedef blake_large_ctx_t |