#define BLAKE_SMALL_BLOCKSIZE 512
#define BLAKE_SMALL_BLOCKSIZE_B
#define BLAKE224_BLOCKSIZE BLAKE_SMALL_BLOCKSIZE
#define BLAKE224_BLOCKSIZE_B BLAKE_SMALL_BLOCKSIZE_B
#define BLAKE256_BLOCKSIZE BLAKE_SMALL_BLOCKSIZE
#define BLAKE256_BLOCKSIZE_B BLAKE_SMALL_BLOCKSIZE_B
struct | |
{ | |
uint32_t h[8]; | |
uint32_t s[4]; | |
uint32_t counter; | |
uint8_t appendone; | |
} |
See: | Typedef blake_small_ctx_t |
See: | Typedef blake_small_ctx_t |