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


Included Files


Preprocessor definitions

#define GROESTL_LARGE_H_

#define GROESTL_LARGE_BLOCKSIZE 1024

#define GROESTL_LARGE_BLOCKSIZE_B

#define GROESTL384_BLOCKSIZE GROESTL_LARGE_BLOCKSIZE

#define GROESTL384_BLOCKSIZE_B GROESTL_LARGE_BLOCKSIZE_B

#define GROESTL512_BLOCKSIZE GROESTL_LARGE_BLOCKSIZE

#define GROESTL512_BLOCKSIZE_B GROESTL_LARGE_BLOCKSIZE_B


Typedef groestl_large_ctx_t

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

Typedef groestl384_ctx_t

typedef groestl_large_ctx_t groestl384_ctx_t
See: Typedef groestl_large_ctx_t

Typedef groestl512_ctx_t

typedef groestl_large_ctx_t groestl512_ctx_t
See: Typedef groestl_large_ctx_t