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


Included Files


Preprocessor definitions

#define CUBEHASH_H_

#define CUBEHASH224_BLOCKSIZE 256

#define CUBEHASH224_BLOCKSIZE_B

#define CUBEHASH256_BLOCKSIZE 256

#define CUBEHASH256_BLOCKSIZE_B

#define CUBEHASH384_BLOCKSIZE 256

#define CUBEHASH384_BLOCKSIZE_B

#define CUBEHASH512_BLOCKSIZE 256

#define CUBEHASH512_BLOCKSIZE_B


Typedef cubehash_ctx_t

typedef struct {...} cubehash_ctx_t
struct  
   {  
      uint32_t a[32];  
      uint8_t rounds;  
      uint8_t blocksize_B;  
   }