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


Included Files


Preprocessor definitions

#define GROESTL_SMALL_H_

#define GROESTL_SMALL_BLOCKSIZE 512

#define GROESTL_SMALL_BLOCKSIZE_B

#define GROESTL224_BLOCKSIZE GROESTL_SMALL_BLOCKSIZE

#define GROESTL224_BLOCKSIZE_B GROESTL_SMALL_BLOCKSIZE_B

#define GROESTL256_BLOCKSIZE GROESTL_SMALL_BLOCKSIZE

#define GROESTL256_BLOCKSIZE_B GROESTL_SMALL_BLOCKSIZE_B


Typedef groestl_small_ctx_t

typedef struct {...} groestl_small_ctx_t
struct  
   {  
      uint8_t h[8*8];  
      uint32_t counter;  
   }  

Typedef groestl224_ctx_t

typedef groestl_small_ctx_t groestl224_ctx_t
See: Typedef groestl_small_ctx_t

Typedef groestl256_ctx_t

typedef groestl_small_ctx_t groestl256_ctx_t
See: Typedef groestl_small_ctx_t