File nut/include/contrib/crypto/blake_small.h


Included Files


Preprocessor definitions

#define BLAKE_SMALL_H_

#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


Typedef blake_small_ctx_t

typedef struct {...} blake_small_ctx_t
struct  
   {  
      uint32_t h[8];  
      uint32_t s[4];  
      uint32_t counter;  
      uint8_t appendone;  
   }  

Typedef blake224_ctx_t

typedef blake_small_ctx_t blake224_ctx_t
See: Typedef blake_small_ctx_t

Typedef blake256_ctx_t

typedef blake_small_ctx_t blake256_ctx_t
See: Typedef blake_small_ctx_t