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


Included Files


Preprocessor definitions

#define KECCAK_H_

#define KECCAK224_BLOCKSIZE 1152

#define KECCAK224_BLOCKSIZE_B

#define KECCAK256_BLOCKSIZE 1088

#define KECCAK256_BLOCKSIZE_B

#define KECCAK384_BLOCKSIZE 832

#define KECCAK384_BLOCKSIZE_B

#define KECCAK512_BLOCKSIZE 576

#define KECCAK512_BLOCKSIZE_B


Typedef keccak_ctx_t

typedef struct {...} keccak_ctx_t
struct  
   {  
      uint64_t a[5][5];  
      uint16_t r;  
      uint16_t c;  
      uint8_t d;  
      uint8_t bs;  
   }